systemjs-cachebuster Plugin Sample App
This sample application demonstrates the caching problem with SystemJS and the way you can solve that with the systemjs-cachebuster plugin
-
Open src/module1.js and change the innerHTML value
-
Refresh the browser. You should not see the new value
-
Execute "gulp watch" and refresh the browser again
-
Now you should see the value
-
Open browser's dev tools and look at the network tab. The systemjs-cahcebuster plugin effects SystemJS XHR requests