Hello, I have a problem with the generation of files in the build: npm run build
.
The file index.spa.html
have three tag script
with path js file into folder /_nuxt
but this folder not exist, ie:
<script src="/_nuxt/manifest.xxx.js"/>
<script src="/_nuxt/common.xxx.js"/>
<script src="/_nuxt/app.xxx.js"/>
The JS files manifest
, common
and app
is at the folder root (dist
).
Info: Nuxt 1.0.0-rc3 Node v6.11.1 SO Windows 10
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1314">#c1314</a>)</em></sub></div>