when I run VueJS 2 with Bulma with Webpack locally, the UI renders fine. However, after building my site for production (npm run build), the UI layout goes off. Does anyone know what went wrong with the build process?
This is a screenshot of vue running without building for production: https://i.stack.imgur.com/z0vqD.jpg
This is a screenshot of vue running after building for production: https://i.stack.imgur.com/fulrE.jpg