only preload once - fixes #49

This commit is contained in:
Rich Harris
2017-12-25 18:06:27 -05:00
parent 4c343490d2
commit 502dd547d1
2 changed files with 55 additions and 35 deletions

View File

@@ -42,6 +42,7 @@
"scripts": {
"cy:open": "cypress open",
"test": "mocha --opts mocha.opts",
"pretest": "npm run build",
"build": "rollup -c",
"dev": "rollup -cw"
},