Skip to content

Commit 35f784e

Browse files
committed
Add dev command to package.json for recompiling bundle during development. npm run webpack now builds for production
1 parent 56a47cc commit 35f784e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"lint": "eslint .",
6363
"pretest": "npm run lint",
6464
"test": "node ./test/runTest.js",
65+
"dev": "webpack --watch",
6566
"webpack": "webpack"
6667
},
6768
"devDependencies": {

0 commit comments

Comments
 (0)