Skip to content

Commit

Permalink
fix(esm): removed keep names
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Dec 20, 2021
1 parent 74f6f2b commit 51109fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inputs.forEach((item) => {
entryPoints: [item.src],
format: 'esm',
splitting: true,
keepNames: true,
// keepNames: true,
outdir: './build/esm/',
outExtension: { '.js': '.mjs' }
}).catch(() => global.process.exit(1));
Expand Down

0 comments on commit 51109fc

Please sign in to comment.