mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
refactor: remove unused properties in base config
This commit is contained in:
parent
15ad7d03c9
commit
90f42a618e
@ -26,7 +26,6 @@ export default class WebpackBaseConfig {
|
||||
this.nuxt = builder.context.nuxt
|
||||
this.isStatic = builder.context.isStatic
|
||||
this.options = builder.context.options
|
||||
this.spinner = builder.spinner
|
||||
this.loaders = this.options.build.loaders
|
||||
this.buildMode = this.options.dev ? 'development' : 'production'
|
||||
this.modulesToTranspile = this.normalizeTranspile()
|
||||
|
Loading…
Reference in New Issue
Block a user