We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef5d04 commit 2474fa9Copy full SHA for 2474fa9
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