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,
allChunks: true
}),
// new BugsnagSourceMapUploaderPlugin({
// apiKey: 'ba9fae819372850fb660755341fa6ef5',
// appVersion: `${pkgJson.version}-${buildDate.toISOString()}`
// }),
new BugsnagSourceMapUploaderPlugin({
apiKey: 'ba9fae819372850fb660755341fa6ef5',
appVersion: `${pkgJson.version}-${buildDate.toISOString()}`
}),
new InjectManifest({
swSrc: './src/sw.js',
importWorkboxFrom: 'cdn',