re-enable bugsnag

This commit is contained in:
willyb321
2018-11-19 07:10:05 +11:00
parent cc4ad6d132
commit 2295dccd82

View File

@@ -48,10 +48,10 @@ module.exports = {
disable: false, disable: false,
allChunks: true allChunks: true
}), }),
// new BugsnagSourceMapUploaderPlugin({ new BugsnagSourceMapUploaderPlugin({
// apiKey: 'ba9fae819372850fb660755341fa6ef5', apiKey: 'ba9fae819372850fb660755341fa6ef5',
// appVersion: `${pkgJson.version}-${buildDate.toISOString()}` appVersion: `${pkgJson.version}-${buildDate.toISOString()}`
// }), }),
new InjectManifest({ new InjectManifest({
swSrc: './src/sw.js', swSrc: './src/sw.js',
importWorkboxFrom: 'cdn', importWorkboxFrom: 'cdn',