@@ -85,7 +85,7 @@ entry: {
plugins: [
new InjectAssetsPlugin({
// replace assets in the service worker and in the app script
- targets: ['serviceWorker', 'app']
+ targets: ['serviceWorker', 'app|js']
})
]
...