mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-03 20:14:11 +00:00
fix typo
This commit is contained in:
parent
0a7ecd26dd
commit
4e2d40f2ce
@ -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)))
|
||||||
|
Loading…
Reference in New Issue
Block a user