Working ServiceWorker

This commit is contained in:
Nicolas Gotchac
2016-12-19 14:39:10 +01:00
parent 1d04f25a0a
commit e377ec3194
4 changed files with 36 additions and 37 deletions

View File

@@ -166,7 +166,7 @@ module.exports = {
}),
new ServiceWorkerWebpackPlugin({
entry: path.join(__dirname, '../src/serviceWorker.js'),
entry: path.join(__dirname, '../src/serviceWorker.js')
}),
DappsHTMLInjection