webpack.config.js module.exports = { optimization: { minimizer: [ new UglifyJsPlugin({ test: /\.js(\?.*)?$/i, }), ], }, }; include Type: String|RegExp|Array<String|RegExp> Default: undefined Files to include. webpack.config.js module.exports = { optimization: { minimizer: [ ...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
This repository has been archived by the owner on Dec 5, 2019. It is now read-only. webpack-contrib / uglifyjs-webpack-plugin Public archive Notifications You must be signed in to change notification settings Fork 180 Star 1.4k ...
"babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.1", "cross-env": "^5.1.3", "del-cli": "^1.1.0", "eslint": "^4.14.0", "eslint-config-webpack": "^1.2.5", "eslint-plugin-import": "^2.8.0", "jes...
which is the `terser` equivalent of `uglifyjs-webpack-plugin`: https://github.com/webpack-contrib/terser-webpack-plugin * `uglifyjs-webpack-plugin` v2.x will be switching back to `uglify-js`, so any project that needs to support ES6 now needs to switch to `terser-webpack-plugin`....
UglifyJS Webpack Plugin This plugin uses uglify-js to minify your JavaScript. Requirements This module requires a minimum of Node v6.9.0 and Webpack v4.0.0. Getting Started To begin, you'll need to install uglifyjs-webpack-plugin: $ npm install uglifyjs-webpack-plugin --save-dev Then ...
"name": "webpack-uglify-js-plugin", "version": "1.1.9", "description": "Incremental Uglify JS for webpack", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/pingyuan...
{{ message }} This repository has been archived by the owner on Dec 5, 2019. It is now read-only. webpack-contrib / uglifyjs-webpack-plugin Public archive Notifications You must be signed in to change notification settings Fork 179 Star ...
talent ui project standarized webpack config. Contribute to talentui/webpack-config development by creating an account on GitHub.
"uglifyjs-webpack-plugin": "1.3.0", "terser-webpack-plugin": "1.4.5", "url-loader": "4.1.1", "web-audio-test-api": "0.5.2", "webpack": "4.47.0", 4 changes: 2 additions & 2 deletions 4 webpack.config.js Original file line numberDiff line numberDiff line change @@ -5...