Skip to content

Commit

Permalink
Merge pull request #81 from nighca/master
Browse files Browse the repository at this point in the history
update sourcemap option
  • Loading branch information
nighca authored Apr 9, 2018
2 parents 71e75ba + f664d72 commit e6d24cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webpack-config/addons/sourcemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
*/

module.exports = config => {
config.devtool = 'eval'
config.devtool = 'eval-source-map'
return config
}

0 comments on commit e6d24cb

Please sign in to comment.