Skip to content

Commit

Permalink
refactor!: drop CJS bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 22, 2023
1 parent 5bb4d3f commit 6faa3f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ export default defineBuildConfig({
],
declaration: true,
clean: true,
rollup: {
emitCJS: true,
},
})
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
Expand Down

0 comments on commit 6faa3f1

Please sign in to comment.