Skip to content

Commit

Permalink
fix: include source code in source maps for webpack 5
Browse files Browse the repository at this point in the history
Fixes #6695

Signed-off-by: Ashley Ryan <asryan@vmware.com>
  • Loading branch information
Ashley Ryan authored and ashleyryan committed Feb 16, 2022
1 parent d07e08d commit 1b696bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/rollup.config.js
Expand Up @@ -72,7 +72,8 @@ export default [
dir: config.outDir,
format: 'esm',
sourcemap: prod,
sourcemapExcludeSources: true,
// https://github.com/vmware/clarity/issues/6695
sourcemapExcludeSources: false,
minifyInternalExports: prod,
},
plugins: [
Expand Down

0 comments on commit 1b696bb

Please sign in to comment.