webpack: replace deprecated LoaderOptionsPlugin with OptimizeCSSAssetsPlugin

This commit is contained in:
Art Lowel
2019-03-15 16:55:22 +01:00
parent 6f55788f37
commit cc5783082f
4 changed files with 759 additions and 28 deletions

View File

@@ -241,18 +241,6 @@ module.exports = function (options) {
'HMR': false,
}
}),
/**
* Plugin LoaderOptionsPlugin (experimental)
*
* See: https://gist.github.com/sokra/27b24881210b56bbaff7
*/
new LoaderOptionsPlugin({
debug: false,
options: {
}
}),
new ForkTsCheckerWebpackPlugin()
],