Skip to content

Commit d4fb7e3

Browse files
committed
Update paths
1 parent 168458c commit d4fb7e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/service-worker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
var CACHE_NAME = 'v1::iClient';
22
var 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',

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)