1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-03 11:45:26 +02:00

include source maps

This commit is contained in:
Kyle Spearrin 2018-04-06 12:00:14 -04:00
parent 7ab1fbeb28
commit 4de5736cc7

View File

@ -140,10 +140,10 @@ module.exports = {
{ from: './src/images', to: 'images' },
{ from: './src/content/autofill.css', to: 'content' }
]),
//new webpack.SourceMapDevToolPlugin({
// filename: '[name].js.map',
// include: ['popup/main.js', 'background.js']
//}),
new webpack.SourceMapDevToolPlugin({
filename: '[name].js.map',
include: ['popup/main.js', 'background.js']
}),
extractCss
],
resolve: {