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