Add basic webpack DLLPlugin support
Introduces the ability to enable webpack DLL support by passing the flag WEBPACK_VENDOR_DLL=true while running webpack or webpack-dev-server.
显示
- .gitlab/ci/frontend.gitlab-ci.yml 2 个添加, 0 个删除.gitlab/ci/frontend.gitlab-ci.yml
- config/helpers/vendor_dll_hash.js 23 个添加, 0 个删除config/helpers/vendor_dll_hash.js
- config/webpack.config.js 42 个添加, 1 个删除config/webpack.config.js
- config/webpack.vendor.config.js 71 个添加, 0 个删除config/webpack.vendor.config.js
- lib/gitlab/webpack/manifest.rb 2 个添加, 1 个删除lib/gitlab/webpack/manifest.rb
- lib/tasks/gitlab/assets.rake 8 个添加, 0 个删除lib/tasks/gitlab/assets.rake
- package.json 1 个添加, 0 个删除package.json
加载中
想要评论请 注册 或 登录