Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

nuxt looks for npm_modules on express

I found Nuxt build will not bundle files in node_modules,
so if you want to bundle all dependencies into .nuxt, you should use:
________________________
nuxt build --standalone |
________________________|
see here: https://github.com/nuxt/nuxt.js/issues/4292
 
PREVIOUS NEXT
Tagged: #nuxt #express
ADD COMMENT
Topic
Name
2+1 =