'最新代码提交'
Showing
... | ... | @@ -5,11 +5,11 @@ |
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "set OWNNER_ENV=dev&& webpack-dev-server", | ||
"start": "set OWNNER_ENV=dev&& webpack-dev-server --progress", | ||
"lint": "eslint --ext .js src", | ||
"lib": "webpack --config webpackconfig/webpack.dll.config.js", | ||
"test-build": "set OWNNER_ENV=test&& webpack --config webpackconfig/webpack.test.config.js", | ||
"build": "set OWNNER_ENV=pro&& webpack --config webpackconfig/webpack.pro.config.js" | ||
"lib": "webpack --config webpackconfig/webpack.dll.config.js --progress", | ||
"test-build": "set OWNNER_ENV=test&& webpack --config webpackconfig/webpack.test.config.js --progress", | ||
"build": "set OWNNER_ENV=pro&& webpack --config webpackconfig/webpack.pro.config.js --progress" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
... | ... |
Please
register
or
sign in
to comment