We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4b2486 + 509d715 commit 88458ddCopy full SHA for 88458dd
bin/www.js bin/www
@@ -1,6 +1,4 @@
1
-/**
2
- * Created by ink on 2018/3/31.
3
- */
+#!/usr/bin/env node
4
if (process.env.NODE_ENV === 'local') {
5
//node运行时生效,同样也会去读.babelrc,plugins不会覆盖,会concat生效
6
//webpack生效的配置是.babelrc
package.json
@@ -3,7 +3,7 @@
"version": "0.0.1",
"scripts": {
"fix": "sh ./eslint.sh",
- "start": "nodemon ./bin/www.js",
+ "start": "nodemon ./bin/www",
7
"clean": "sh ./clean.sh",
8
"prebuild": "npm run clean && babel bin --out-dir dist/bin &&cross-env BABEL_ENV=node babel client --out-dir dist/client --copy-files && babel server --out-dir dist/server --copy-files",
9
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
0 commit comments