Browse Source

Reenabled css plugin.

pull/342/head
Sebastian Stehle 7 years ago
parent
commit
5c9e56fbe7
  1. 4
      src/Squidex/app-config/webpack.run.prod.js

4
src/Squidex/app-config/webpack.run.prod.js

@ -125,7 +125,9 @@ module.exports = webpackMerge(runConfig, {
}
},
extractComments: true
})
}),
new plugins.OptimizeCSSAssetsPlugin({})
]
},

Loading…
Cancel
Save