Run webpack in production mode when building for releases. Fixes #2660

This commit is contained in:
Surinder Kumar
2017-09-13 09:47:01 +01:00
committed by Dave Page
parent 512afd6618
commit 120dbcc7d8
3 changed files with 7 additions and 6 deletions

View File

@@ -319,6 +319,7 @@ module.exports = {
optimizeAssetsPlugin,
definePlugin,
hardSourceWebpackPlugin,
sourceMapDevToolPlugin,
]: [
extractSass,
extractStyle,