Skip to content

Commit

Permalink
Fix parcel targets
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant authored Feb 16, 2024
1 parent 891e358 commit 57324aa
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firstbatch",
"version": "0.1.7",
"version": "0.1.8",
"author": "FirstBatch Team <[email protected]>",
"license": "MIT",
"contributors": [
Expand Down Expand Up @@ -32,19 +32,13 @@
"targets": {
"cjs": {
"outputFormat": "commonjs",
"isLibrary": false,
"context": "node",
"scopeHoist": false,
"includeNodeModules": false,
"optimize": false
"isLibrary": true,
"context": "node"
},
"mjs": {
"outputFormat": "esmodule",
"isLibrary": false,
"context": "node",
"scopeHoist": false,
"includeNodeModules": false,
"optimize": false
"isLibrary": true,
"context": "node"
}
},
"files": [
Expand Down

0 comments on commit 57324aa

Please sign in to comment.