diff --git a/webpack.config.js b/webpack.config.js index 18ca06e..efbb1fb 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -15,7 +15,7 @@ module.exports = { } ] }, - devtool: 'none', + devtool: 'source-map', resolve: { extensions: [".ts", ".js"], },