mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +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: [
|
||||
new VueLoader.VueLoaderPlugin(),
|
||||
...(this.options.plugins || [])
|
||||
]
|
||||
new VueLoader.VueLoaderPlugin()
|
||||
].concat(this.options.build.plugins || [])
|
||||
}
|
||||
|
||||
// Build progress indicator
|
||||
|
Loading…
Reference in New Issue
Block a user