'dss'
Showing
index copy.ejs
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
lib copy 2/vendor.dll.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
lib copy/vendor.dll.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -10,7 +10,8 @@ |
"precommit": "npm run lint", | ||
"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" | ||
"build": "set OWNNER_ENV=pro&& webpack --config webpackconfig/webpack.pro.config.js --progress", | ||
"analyse": "set OWNNER_ENV=pro && webpack --profile --json > stats.json --config webpackconfig/webpack.pro.config.js --progress" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
... | ... | @@ -84,6 +85,7 @@ |
"style-loader": "^1.0.0", | ||
"url-loader": "^2.2.0", | ||
"webpack": "^4.41.2", | ||
"webpack-bundle-analyzer": "^3.6.0", | ||
"webpack-cli": "^3.3.9", | ||
"webpack-dev-server": "^3.8.2", | ||
"webpack-merge": "^4.2.2" | ||
... | ... |
Please
register
or
sign in
to comment