nuxt-fullpage.js
nuxt-fullpage.js copied to clipboard
Default Nuxt production build issue
Description
When building Nuxt in production with default setup, vue-fullpage breaks on any dom change. In development everything works fine so most likely its a production build configuration issue. I`m absolutely stuck with it so maybe you could advise anything. Thanks!
Link to isolated reproduction with no external CSS / JS
https://github.com/alexguevara/nuxt-fullpage-prod-bug
Steps to reproduce it
- npm run build
- npm run start
- Click on the button on the hero section
It seems that on every dom change fullpage removes its classes from section elements. This happens only on production build. See video for details: https://www.loom.com/share/45ee7ef8a6c84550a65cb85246e81cd7
Versions
nuxt-fullpage.js: 0.0.3 vue-fullpage.js: ^0.1.4 nuxt: 2.9.2
@vaso2 - have you had the chance to have a look? what is the status on this one?
Ward :peru:
@alexguevara @vaso2 Has anyone found a solution for this issue?