Skip to content

Commit

Permalink
fix: make repalce-ext external
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 27, 2022
1 parent 0d2621c commit c9d2d7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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 Down

0 comments on commit c9d2d7b

Please sign in to comment.