Skip to content

Commit

Permalink
chore(web): produce useful source maps in production builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Jan 15, 2024
1 parent 764ce43 commit de19de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spelunker-web/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ module.exports = {
historyApiFallback: true,
port: process.env.WEB_PORT,
},
devtool: 'cheap-source-map',
devtool: 'source-map',
};

0 comments on commit de19de6

Please sign in to comment.