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/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: {
|
||||||
|
|
Loading…
Reference in New Issue