We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25baf58 + 2474fa9 commit 5259992Copy full SHA for 5259992
1 file changed
inst/templates/package.json.txt
@@ -12,5 +12,9 @@
12
"@babel/preset-react": "^7.0.0",
13
"css-loader": "^5.0.1",
14
"style-loader": "^2.0.0"
15
+ },
16
+ "scripts": {
17
+ "watch": "webpack --watch",
18
+ "build": "webpack"
19
}
20
0 commit comments