Skip to content

Commit

Permalink
more detailed source map
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHalwax committed Dec 14, 2023
1 parent 003b167 commit 4855efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const devServer = env => {
const devtool = env => {
if (env.production) return ({}) // no source maps for production
return ({
devtool: 'cheap-source-map'
devtool: 'source-map'
})
}

Expand Down

0 comments on commit 4855efc

Please sign in to comment.