Skip to content

Commit

Permalink
fix(cleanup): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Dec 21, 2021
1 parent 41d3d37 commit 6f0031a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const defaultOptions = {
sourcemap: true,
treeShaking: true,
target: browserslistToEsbuild(),
mainFields: ['module', 'main'],
outbase: 'src'
};

Expand All @@ -31,7 +30,6 @@ inputs.forEach((item) => {
entryPoints: [item.src],
format: 'esm',
splitting: true,
// keepNames: true,
outdir: './build/esm/',
outExtension: { '.js': '.mjs' }
}).catch(() => global.process.exit(1));
Expand Down

0 comments on commit 6f0031a

Please sign in to comment.