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 = { ...@@ -314,6 +314,8 @@ module.exports = {
chunks: false, chunks: false,
modules: false, modules: false,
assets: true, assets: true,
errors: !IS_PRODUCTION,
warnings: !IS_PRODUCTION,
}); });
// tell our rails helper where to find the DLL files // 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