mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
feat(webpack): options.build.loaders.vueStyle (#4837)
This commit is contained in:
parent
ec732ee1ac
commit
762305b468
@ -11,6 +11,7 @@ export default class StyleLoader {
|
|||||||
this.perfLoader = perfLoader
|
this.perfLoader = perfLoader
|
||||||
this.rootDir = options.rootDir
|
this.rootDir = options.rootDir
|
||||||
this.loaders = {
|
this.loaders = {
|
||||||
|
vueStyle: options.build.loaders.vueStyle,
|
||||||
css: options.build.loaders.css,
|
css: options.build.loaders.css,
|
||||||
cssModules: options.build.loaders.cssModules
|
cssModules: options.build.loaders.cssModules
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user