Use sw-precache to generate service worker

This commit is contained in:
Paulus Schoutsen
2016-05-27 21:44:37 -07:00
parent ead2ba36ac
commit 0be98873d7
4 changed files with 53 additions and 64 deletions

View File

@@ -9,7 +9,6 @@ var definePlugin = new webpack.DefinePlugin({
module.exports = {
entry: {
_app_compiled: './src/home-assistant.js',
service_worker: './src/service-worker/index.js',
},
output: {
path: 'build',