Build: Minimizing css and js for Element doc site (#14430)
* build: build css minimizing for production * build: JS Minimizing For Production * build: run only in production
Showing
... | @@ -110,6 +110,7 @@ | ... | @@ -110,6 +110,7 @@ |
"mini-css-extract-plugin": "^0.4.1", | "mini-css-extract-plugin": "^0.4.1", | ||
"mocha": "^3.1.1", | "mocha": "^3.1.1", | ||
"node-sass": "^4.5.3", | "node-sass": "^4.5.3", | ||
"optimize-css-assets-webpack-plugin": "^5.0.1", | |||
"perspective.js": "^1.0.0", | "perspective.js": "^1.0.0", | ||
"postcss": "^5.1.2", | "postcss": "^5.1.2", | ||
"postcss-loader": "^2.1.5", | "postcss-loader": "^2.1.5", | ||
... | @@ -122,6 +123,7 @@ | ... | @@ -122,6 +123,7 @@ |
"sinon-chai": "^2.8.0", | "sinon-chai": "^2.8.0", | ||
"style-loader": "^0.19.0", | "style-loader": "^0.19.0", | ||
"transliteration": "^1.1.11", | "transliteration": "^1.1.11", | ||
"uglifyjs-webpack-plugin": "^2.1.1", | |||
"uppercamelcase": "^1.1.0", | "uppercamelcase": "^1.1.0", | ||
"url-loader": "^1.0.1", | "url-loader": "^1.0.1", | ||
"vue": "^2.5.16", | "vue": "^2.5.16", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment