[chore] Enabling Webpack 'providedExports' optimization

This commit is contained in:
Steven Evans 2018-07-09 09:38:37 -04:00
parent 78c5a1b0f4
commit 7b0b0de8ea

@ -42,7 +42,7 @@ module.exports = (env, argv) => ({
flagIncludedChunks: true,
occurrenceOrder: true,
sideEffects: true,
providedExports: false,
providedExports: true,
usedExports: false,
concatenateModules: false,
namedModules: false,