Skip to content

Commit

Permalink
build: add source map
Browse files Browse the repository at this point in the history
  • Loading branch information
ccloli committed Dec 14, 2023
1 parent d00978a commit 90911a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default defineConfig({
http2: false,
},
jsMinifier: 'terser',
devtool: 'source-map',
chainWebpack: (config: any) => {
// @see https://github.com/graphql/graphql-js/issues/1272#issuecomment-393903706
config.module
Expand Down

0 comments on commit 90911a3

Please sign in to comment.