showing results for - "nuxt looks for npm modules on express"
Matthew
16 Mar 2020
1I found Nuxt build will not bundle files in node_modules,
2so if you want to bundle all dependencies into .nuxt, you should use:
3________________________
4nuxt build --standalone |
5________________________|
6see here: https://github.com/nuxt/nuxt.js/issues/4292