Skip to content

Commit

Permalink
Merge pull request #674 from vrady/fix-es-target
Browse files Browse the repository at this point in the history
fix(nf): fix esbuild target for shared libs
  • Loading branch information
manfredsteyer authored Oct 20, 2024
2 parents 58bb85d + 6cecac9 commit 434a94e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ async function runEsbuild(
splitting: kind === 'mapping-or-exposed',
platform: 'browser',
format: 'esm',
target: ['esnext'],
target: target,
logLimit: kind === 'shared-package' ? 1 : 0,
plugins: plugins || [
createCompilerPlugin(
Expand Down

0 comments on commit 434a94e

Please sign in to comment.