Skip to content

Commit

Permalink
fix: access-api cli.js build does sourcemap=external instead of true (#…
Browse files Browse the repository at this point in the history
…731)

Motivation:
*
#623 (comment)
  • Loading branch information
gobengo authored Apr 8, 2023
1 parent 970f3ff commit 0ba4a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/access-api/scripts/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ prog
global: 'globalThis',
},
minify: opts.env !== 'dev',
sourcemap: true,
sourcemap: 'external',
jsxImportSource: 'preact',
jsx: 'automatic',
loader: { '.js': 'jsx' },
Expand Down

0 comments on commit 0ba4a9f

Please sign in to comment.