Skip to content

Commit

Permalink
Fixed esm/cjs builds & types
Browse files Browse the repository at this point in the history
  • Loading branch information
W4G1 committed Dec 18, 2023
1 parent ce6a3ee commit 4914e78
Show file tree
Hide file tree
Showing 5 changed files with 788 additions and 1,069 deletions.
4 changes: 2 additions & 2 deletions nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"watch": ["."],
"ext": "js,ts,json",
"ignore": [".temp", "dist", ".rollup.cache"],
"exec": "rollup -c rollup.config.worker.dev.js --configPlugin @rollup/plugin-typescript && rollup -c rollup.config.dev.js --configPlugin @rollup/plugin-typescript && node ./node_test.js"
}
"exec": "rollup -c rollup.config.worker.dev.js --configPlugin @rollup/plugin-swc && rollup -c rollup.config.dev.js --configPlugin @rollup/plugin-swc && node ./node_test.js"
}
Loading

0 comments on commit 4914e78

Please sign in to comment.