Skip to content

Commit

Permalink
Enabled source map.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjleehh committed Nov 17, 2017
1 parent 34a5e75 commit 21d48d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ module.exports = {
new HtmlWebpackPlugin({template: __dirname + '/index.html'}),
new CleanWebpackPlugin(['dist']),
],
devtool: 'inline-source-map',
}

0 comments on commit 21d48d0

Please sign in to comment.