use non-minified rollup config

This commit is contained in:
Hacksore 2018-02-11 18:01:40 -06:00
parent 9b7713a90d
commit 82bcbcdaae
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"prepare": "npm test && rm -rf build && npm run build", "prepare": "npm test && rm -rf build && npm run build",
"test": "eslint src/** tools/** && tslint -c tslint.json types/**.ts", "test": "eslint src/** tools/** && tslint -c tslint.json types/**.ts",
"dev": "npm-run-all --parallel watch serve", "dev": "npm-run-all --parallel watch serve",
"watch": "rollup -w -c tools/rollup.browser.min.js", "watch": "rollup -w -c tools/rollup.browser.js",
"serve": "ws" "serve": "ws"
}, },
"repository": { "repository": {