Skip to content

Commit

Permalink
fix(nanolib): set preset option of nano-build to module3
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar committed Oct 11, 2024
1 parent 0e9f4aa commit 2d49433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nanolib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && yarn node --enable-source-maps --trace-warnings",
"build": "yarn run build:ts && yarn run build:es",
"build:es": "nano-build --preset=module",
"build:es": "nano-build --preset=module3",
"build:ts": "tsc --build",
"watch": "yarn run watch:ts & yarn run watch:es",
"watch:es": "yarn run build:es --watch",
Expand Down

0 comments on commit 2d49433

Please sign in to comment.