Skip to content

Commit

Permalink
fix : rollup config output 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ma9pie committed Mar 7, 2024
1 parent f6883cd commit 8f9a29e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
5 changes: 0 additions & 5 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ const config = {
}),
],
output: [
// {
// file: pkg.main,
// format: 'cjs',
// sourcemap: true,
// },
{
file: pkg.module,
format: 'esm',
Expand Down

0 comments on commit 8f9a29e

Please sign in to comment.