📜  nuxt 在 express 上查找 npm_modules - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:37.944000             🧑  作者: Mango

代码示例1
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