Skip to content

Commit

Permalink
source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerwizard committed Dec 19, 2024
1 parent 8475b9b commit e7b52f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ const config = {
target: isServer ? 'node12' : 'es2017',
},
}),
configure: (webpackConfig, { env }) => {
webpackConfig.devtool = 'source-map'; // Enable source maps
return webpackConfig;
},
},
title: 'ClickHouse Docs',
tagline:
Expand Down

0 comments on commit e7b52f4

Please sign in to comment.