include source maps
This commit is contained in:
parent
7ab1fbeb28
commit
4de5736cc7
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue