Skip to content

Commit

Permalink
Merge pull request #8 from aminya/node-bundles [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Aug 27, 2022
2 parents 395c560 + c9d2d7b commit a17f234
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"node": ">=12.x"
},
"optimize": true,
"includeNodeModules": true,
"includeNodeModules": {
"escape-string-regexp": true,
"replace-ext": false
},
"outputFormat": "commonjs",
"isLibrary": true
},
Expand All @@ -39,7 +42,7 @@
"node": ">=16.x"
},
"optimize": true,
"includeNodeModules": true,
"includeNodeModules": false,
"outputFormat": "esmodule",
"isLibrary": true
},
Expand Down

0 comments on commit a17f234

Please sign in to comment.