Answers for "nuxt looks for npm_modules on express"

1

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
Posted by: Guest on September-30-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language