mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
fix plugins in webpack config
This commit is contained in:
parent
919e3e7f80
commit
d22f7fe725
@ -126,9 +126,8 @@ export default function webpackBaseConfig({ name, isServer }) {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new VueLoader.VueLoaderPlugin(),
|
new VueLoader.VueLoaderPlugin()
|
||||||
...(this.options.plugins || [])
|
].concat(this.options.build.plugins || [])
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build progress indicator
|
// Build progress indicator
|
||||||
|
Loading…
Reference in New Issue
Block a user