nuxt busca npm_modules en 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
florinrelea