File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11var CACHE_NAME = 'v1::iClient' ;
22var urlsToCache = [
33 '/' ,
4- '/ index.html' ,
5- '/ dist/bundle.min.js' ,
6- '/ favicons/favicon-16x16.png' ,
4+ 'index.html' ,
5+ 'dist/bundle.min.js' ,
6+ 'favicons/favicon-16x16.png' ,
77 'https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react-with-addons.min.js' ,
88 'https://cdnjs.cloudflare.com/ajax/libs/react-router/2.8.1/ReactRouter.min.js' ,
99 'https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react-dom.min.js' ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ module.exports = {
6363 entry : "./app/App.js" ,
6464 output : {
6565 path : 'public/dist/' ,
66- publicPath : '/ dist/' ,
66+ publicPath : 'dist/' ,
6767 filename : "bundle.min.js" ,
6868 } ,
6969 module : {
You can’t perform that action at this time.
0 commit comments