Skip to content

Commit

Permalink
Merge pull request #371 from dr-vortex/master
Browse files Browse the repository at this point in the history
Fix build entry point
  • Loading branch information
james-pre authored Sep 20, 2023
2 parents ee71523 + 5d7ba7a commit 8c574b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { build } from 'esbuild';
import { polyfillNode } from 'esbuild-plugin-polyfill-node';

const common = {
entryPoints: ['src/core/browserfs.ts'],
entryPoints: ['src/index.ts'],
target: ['es6'],
globalName: 'BrowserFS',
sourcemap: true,
Expand Down

0 comments on commit 8c574b3

Please sign in to comment.