[Vuejs]-I am using Vue and DotNet with SPATemplates 2.02 using WebPack etc

0👍

That’s the normal behavior. In order to apply the changes you should re-bundle/regenerate the bundle.js file in the dist folder to see the changes, then to refresh the browser. you can do that by running. webpack webpack.config.js

Leave a comment