Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
c37855e9
Verified
Commit
c37855e9
authored
May 18, 2021
by
les
Browse files
fix @nuxt/vuetify buildModules required
parent
3f1ccd78
Changes
1
Show whitespace changes
Inline
Side-by-side
server/index.js
View file @
c37855e9
...
...
@@ -9,6 +9,9 @@ async function main () {
nuxtConfig
.
server
=
config
.
server
// Init Nuxt.js
if
(
!
nuxtConfig
.
dev
)
{
nuxtConfig
.
buildModules
=
[]
}
const
nuxt
=
new
Nuxt
(
nuxtConfig
)
// Build only in dev mode
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment