Disable caching with the dev server

This commit is contained in:
Henri Bergius 2018-03-11 20:46:57 +01:00
parent 8d27738d30
commit 979a981bfb

View file

@ -6,7 +6,7 @@
"scripts": {
"build": "webpack",
"pretest": "eslint index.js lib/*.js elements/*.js infodisplay/*.js events/*.js",
"start": "http-server . -p 3000 -s",
"start": "http-server . -p 3000 -s -c-1",
"test": "npm run build"
},
"author": "Henri Bergius <henri.bergius@iki.fi>",