We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2864a09 commit 6ca48ebCopy full SHA for 6ca48eb
package.json
@@ -16,9 +16,8 @@
16
"server:cli": "node cli/index.cli.js -e example-project/src-client/index.js -d example-project/src-client/",
17
"server-debug": "nodemon --inspect src/index.dev.js",
18
"clean": "rm -rf build",
19
- "babel-compile-standalone": "babel src/public/js -d build --config-file ./src/public/babel.config.js --copy-files",
20
"webpack-compile-local": "cd src/public && webpack --config webpack.local.js --progress",
21
- "build": "yarn clean && yarn babel-compile-standalone && yarn webpack-compile-local",
+ "build": "yarn clean && yarn webpack-compile-local",
22
"pretty": "prettier --write \"./src/public/js/**/*.js\""
23
},
24
"bin": {
0 commit comments