mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-02 11:42:43 +00:00
fix typo
This commit is contained in:
parent
0a7ecd26dd
commit
4e2d40f2ce
@ -216,7 +216,7 @@ export default class WebpackBaseConfig {
|
||||
}
|
||||
|
||||
// CSS extraction
|
||||
if (this.options.build.extractCSSS) {
|
||||
if (this.options.build.extractCSS) {
|
||||
plugins.push(new MiniCssExtractPlugin(Object.assign({
|
||||
filename: this.getFileName('css')
|
||||
}, this.options.build.extractCSS)))
|
||||
|
Loading…
Reference in New Issue
Block a user