Cache view fm7 v4 with webpack

Hello team, i am using new version of fm7 with vue.js template. I installed using CLI as show in http://framework7.io/cli/. And i´am trying to build my front-end app but when i update route.js, my application do not effect in web browser.
Like if some cache is effecting. So i tryied some alternatives:

  1. Open in anonymous windows: It´s works, but after some updates, stop to effect;
  2. Changed the configuration of webpack as show in https://webpack.js.org/configuration/other-options/. Do not works;
  3. When open in another browser it works, but stops agains after some code updates;

So, apparently it is a problem with webpack cache thats do not update all cached files.

Could someone help me with this problem?

1 Like