Skip to content

Commit

Permalink
fix: enable bundling to support module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Sep 9, 2024
1 parent 1f69aec commit 579906e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pylon-builder/src/bundler/bundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ export class Bundler {
logLevel: 'silent',
entryPoints: [inputPath],
outdir: dir,
bundle: true,
format: 'esm',
splitting: true,
sourcemap: 'inline',
packages: 'external',
plugins: [
Expand Down

0 comments on commit 579906e

Please sign in to comment.