basic sapper dev task, with HMR

This commit is contained in:
Rich Harris
2018-02-17 17:44:57 -05:00
parent d95f52f8e9
commit ab1ca60363
9 changed files with 248 additions and 179 deletions

View File

@@ -26,6 +26,7 @@
"express": "^4.16.2",
"glob": "^7.1.2",
"locate-character": "^2.0.5",
"mime": "^2.2.0",
"mkdirp": "^0.5.1",
"mri": "^1.1.0",
"node-fetch": "^1.7.3",
@@ -36,8 +37,7 @@
"serialize-javascript": "^1.4.0",
"url-parse": "^1.2.0",
"walk-sync": "^0.3.2",
"webpack": "^3.10.0",
"webpack-hot-middleware": "^2.21.0"
"webpack": "^3.10.0"
},
"devDependencies": {
"@std/esm": "^0.19.7",
@@ -63,9 +63,7 @@
"svelte-loader": "^2.3.2",
"ts-node": "^4.1.0",
"tslib": "^1.8.1",
"typescript": "^2.6.2",
"wait-on": "^2.0.2",
"wait-port": "^0.2.2"
"typescript": "^2.6.2"
},
"scripts": {
"cy:open": "cypress open",