Commit d255e3f5 authored by Adrian Phinney's avatar Adrian Phinney

Remove error/warning logs from Webpack manifest.

parent f0af9f07
......@@ -314,6 +314,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