Skip to content

Commit

Permalink
browser bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Dec 18, 2024
1 parent 337ca20 commit 7a9ce69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/browser/rollup.config.npm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default createRollupConfig({
}
],
plugins: [
nodeResolve(),
nodeResolve({ browser: true}),
commonjs(),
typescript({
removeComments: true,
Expand All @@ -35,6 +35,6 @@ export default createRollupConfig({
declarationDir: 'dist/types',
}
}),
babel({ babelHelpers: 'bundled' }),
// babel({ babelHelpers: 'bundled' }),
]
});

0 comments on commit 7a9ce69

Please sign in to comment.