source-map for all

This commit is contained in:
Daniel Jönsson 2018-03-13 11:11:44 +01:00
parent fc91e34346
commit acfc8cb162

View file

@ -57,7 +57,7 @@ const bundleExtensionConfig = {
concatenateModules: inProduction,
minimize: inProduction
},
devtool: inProduction ? 'nosources-source-map' : 'source-map',
devtool: 'source-map',
mode: inProduction ? 'production' : 'development'
}