Skip to content

Commit

Permalink
fix: removing esm splitting option from build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampaio Leal committed May 30, 2022
1 parent b59adfe commit 9454b5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@euk-labs/componentz",
"version": "0.5.1",
"version": "0.5.2",
"main": "./cjs/index.js",
"module": "./index.js",
"types": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ rimraf(distFolder, async (err) => {
...commomEsbuildOptions,
format: 'esm',
outdir: distFolder,
splitting: true,
treeShaking: true,
});
console.timeEnd('Generating ESM output...');
Expand Down

0 comments on commit 9454b5b

Please sign in to comment.