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

  1. Open src/module1.js and change the innerHTML value
  2. Refresh the browser. You should not see the new value
  3. Execute "gulp watch" and refresh the browser again
  4. Now you should see the value
  5. Open browser's dev tools and look at the network tab. The systemjs-cahcebuster plugin effects SystemJS XHR requests