mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
chore: fix sigma import
This commit is contained in:
parent
454b8c332c
commit
588e09cf10
@ -443,7 +443,7 @@ function normalizeConfig (_options: CliConfiguration) {
|
||||
// Sigma
|
||||
options.appTemplatePath = path.resolve(options.appDir, '_templates/views/document.template.html') // SIGMA TODO
|
||||
options._majorVersion = 3
|
||||
options._modules.push('@nuxt/sigma/src')
|
||||
options._modules.push('@nuxt/sigma')
|
||||
|
||||
return options
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user