Merge branch 'mg-introduce-webpack-dlls' into 'master'
Add basic webpack DLLPlugin support (experimental) See merge request gitlab-org/gitlab!18407
Showing
... | @@ -27,6 +27,7 @@ | ... | @@ -27,6 +27,7 @@ |
"stylelint-create-utility-map": "node scripts/frontend/stylelint/stylelint-utility-map.js", | "stylelint-create-utility-map": "node scripts/frontend/stylelint/stylelint-utility-map.js", | ||
"test": "node scripts/frontend/test", | "test": "node scripts/frontend/test", | ||
"webpack": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.config.js", | "webpack": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.config.js", | ||
"webpack-vendor": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.vendor.config.js", | |||
"webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js" | "webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
... | ... |
Please register or sign in to comment