From 4de5736cc7447f62aba762257a8a46573773a4f9 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 6 Apr 2018 12:00:14 -0400 Subject: [PATCH] include source maps --- webpack2.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webpack2.js b/webpack2.js index 5245a2a367..b4ffd353f5 100644 --- a/webpack2.js +++ b/webpack2.js @@ -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: {