GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address...
.circleci .github examples src test .babelrc .editorconfig .eslintignore .eslintrc .gitattributes .gitignore .npmignore CHANGELOG.md LICENSE README.md codecov.yml package-lock.json package.jsonBreadcrumbs uglifyjs-webpack-plugin / package.json ...
//github.com/fabiosantoscode/terser * `terser-webpack-plugin` was created, 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 ...
// https://github.com/mishoo/UglifyJS2#minify-options const uglifyJsOptions = { /* your `uglify-js` package options */ }; if (sourceMap) { uglifyJsOptions.sourceMap = { content: sourceMap, }; } return require('terser').minify(file, uglifyJsOptions); }, }), ], }, }; Contributin...
GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address...
"bugs": { "url": "https://github.com/pingyuanChen/webpack-uglify-js-plugin/issues" }, "homepage": "https://github.com/pingyuanChen/webpack-uglify-js-plugin", "dependencies": { "chalk": "^1.1.3", "uglify-js": "^2.6.4", "webpack-core": "^0.6.8" } }©...
package-lock.json package.json webpack.config.js 335 changes: 3 additions & 332 deletions 335 package-lock.json Load diff Some generated files are not rendered by default. Learn more about how customized files appear on GitHub. 6 changes: 3 additions & 3 deletions 6 package.json Orig...
talent ui project standarized webpack config. Contribute to talentui/webpack-config development by creating an account on GitHub.
开发学习中的代码已经上传到GitHub,GitHub传送门https://github.com/fengfanli/learn_vue在其中的./day05_webpack使用和配置/01-webpack的使用目录下 其他博客如下: webpack学习一:什么是模块化开发,什么是webpack,以及二者之间的关系。 webpack学习二:webpack初始用打包,webpack初始用配置文件打包,webpack安装对应...