move webpack config out of sapper, into the app

This commit is contained in:
Rich Harris
2017-12-13 21:35:56 -05:00
parent bffffe0035
commit 7c0789cabf
5 changed files with 76 additions and 86 deletions

View File

@@ -12,15 +12,11 @@
"webpack": "^3.10.0"
},
"devDependencies": {
"extract-text-webpack-plugin": "^3.0.2",
"mocha": "^4.0.1",
"svelte": "^1.47.1",
"svelte-loader": "^2.2.1"
"svelte": "^1.47.1"
},
"peerDependencies": {
"extract-text-webpack-plugin": "^3.0.2",
"svelte": "^1.47.1",
"svelte-loader": "^2.2.1"
"svelte": "^1.47.1"
},
"scripts": {
"test": "mocha --opts mocha.opts"