Skip to content

Commit

Permalink
Finance: disable tree-shaking (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai authored Feb 19, 2020
1 parent 9dabc15 commit 41d546b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/finance/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"scripts": {
"lint": "eslint ./src",
"start": "npm run sync-assets && npm run watch:script & parcel serve index.html -p 3002 --out-dir build/",
"build": "npm run sync-assets && npm run build:script && parcel build index.html --no-cache --experimental-scope-hoisting --out-dir build/ --public-url \".\"",
"build": "npm run sync-assets && npm run build:script && parcel build index.html --no-cache --out-dir build/ --public-url \".\"",
"build:script": "parcel build src/script.js --out-dir build/",
"watch:script": "parcel watch src/script.js --out-dir build/ --no-hmr",
"sync-assets": "copy-aragon-ui-assets -n aragon-ui ./build && rsync -rtu ./public/ ./build",
Expand Down

0 comments on commit 41d546b

Please sign in to comment.