Commit 6753eb95 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'webpack-logs' into 'master'

Remove error/warning logs from Webpack manifest

See merge request gitlab-org/gitlab!33918
parents 42abffcd d255e3f5
......@@ -327,6 +327,8 @@ module.exports = {
chunks: false,
modules: false,
assets: true,
errors: !IS_PRODUCTION,
warnings: !IS_PRODUCTION,
});
// tell our rails helper where to find the DLL files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment