Skip to content

Commit

Permalink
Bundle code in production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 10, 2019
1 parent 6850337 commit 9f23ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"build": "npm run compile && npm run generateJson",
"postbuild": "npm run check",
"clean": "rimraf ./out",
"compile": "webpack --mode none",
"compile": "webpack --mode production",
"compile:watch": "webpack --mode none --watch",
"test-compile": "tsc -p ./",
"generateJson": "ts-node ./src/scripts/icons/generateJson.ts",
Expand Down

0 comments on commit 9f23ebf

Please sign in to comment.