This commit is contained in:
Pooya Parsa 2018-03-23 21:02:10 +04:30
parent 0a7ecd26dd
commit 4e2d40f2ce

View File

@ -216,7 +216,7 @@ export default class WebpackBaseConfig {
} }
// CSS extraction // CSS extraction
if (this.options.build.extractCSSS) { if (this.options.build.extractCSS) {
plugins.push(new MiniCssExtractPlugin(Object.assign({ plugins.push(new MiniCssExtractPlugin(Object.assign({
filename: this.getFileName('css') filename: this.getFileName('css')
}, this.options.build.extractCSS))) }, this.options.build.extractCSS)))