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

Commit

Permalink
Update core dev webpack sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival418 committed Oct 1, 2021
1 parent c6e960f commit 91014f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = () => {

const devConfig = {
mode: 'development',
devtool: 'eval-source-map',
devtool: 'source-map',
}

return merge(commonConfig, devConfig)
Expand Down

0 comments on commit 91014f3

Please sign in to comment.