update webpack/config

This commit is contained in:
Rich Harris
2018-03-04 12:35:13 -05:00
committed by GitHub
parent bdb9d49187
commit 0165c14fd9
7 changed files with 39 additions and 42 deletions

View File

@@ -39,8 +39,7 @@
"source-map-support": "^0.5.3",
"tslib": "^1.8.1",
"url-parse": "^1.2.0",
"walk-sync": "^0.3.2",
"webpack": "^3.10.0"
"walk-sync": "^0.3.2"
},
"devDependencies": {
"@std/esm": "^0.19.7",
@@ -63,7 +62,8 @@
"svelte": "^1.49.1",
"svelte-loader": "^2.3.2",
"ts-node": "^4.1.0",
"typescript": "^2.6.2"
"typescript": "^2.6.2",
"webpack": "^4.1.0"
},
"scripts": {
"cy:open": "cypress open",