1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-05 12:04:54 +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/images', to: 'images' },
{ from: './src/content/autofill.css', to: 'content' } { from: './src/content/autofill.css', to: 'content' }
]), ]),
//new webpack.SourceMapDevToolPlugin({ new webpack.SourceMapDevToolPlugin({
// filename: '[name].js.map', filename: '[name].js.map',
// include: ['popup/main.js', 'background.js'] include: ['popup/main.js', 'background.js']
//}), }),
extractCss extractCss
], ],
resolve: { resolve: {