mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-02 11:42:43 +00:00
fix broken extractCSS
This commit is contained in:
parent
81fcc70eca
commit
6fddf61ef7
@ -57,7 +57,7 @@ export default function styleLoader (ext, loaders = [], isVueLoader = false) {
|
||||
loader: 'resolve-url-loader'
|
||||
}
|
||||
|
||||
if (this.options.build.extractCSS && !isVueLoader && !this.options.dev) {
|
||||
if (this.options.build.extractCSS && !this.options.dev) {
|
||||
return ExtractTextPlugin.extract({
|
||||
fallback: vueStyleLoader,
|
||||
use: [
|
||||
|
Loading…
Reference in New Issue
Block a user