When I run the command npm run build && npm start
That is compiled twice: the first time from the build command, and the second time during the startup. As far as I know, it must be compiled during start-up only in development mode
This question is available on Nuxt.js community (#c72)
When I run the command
npm run build && npm start
That is compiled twice: the first time from thebuild
command, and the second time during the startup. As far as I know, it must be compiled during start-up only in development mode