Fixing production sourcemaps
This commit is contained in:
parent
4600d1748a
commit
c81943628c
@ -6,7 +6,9 @@ const WorkboxPlugin = require('workbox-webpack-plugin');
|
||||
module.exports = merge(common, {
|
||||
devtool: 'source-map',
|
||||
plugins: [
|
||||
new UglifyJSPlugin(),
|
||||
new UglifyJSPlugin({
|
||||
sourceMap: true
|
||||
}),
|
||||
new WorkboxPlugin({
|
||||
clientsClaim: true,
|
||||
skipWaiting: true
|
||||
|
Loading…
Reference in New Issue
Block a user