Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Add sourcemaps to demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Jun 21, 2018
1 parent 0dedafc commit aa5f450
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 @@ -16,4 +16,5 @@ module.exports = merge(common, {
new webpack.NamedModulesPlugin(),
new webpack.HotModuleReplacementPlugin(),
],
devtool: 'eval-source-map',
});

0 comments on commit aa5f450

Please sign in to comment.