Skip to content

Commit

Permalink
fix: Tweak rollup config to use a more robust way of externalising no…
Browse files Browse the repository at this point in the history
…de_modules
  • Loading branch information
tristanmenzel committed Feb 13, 2024
1 parent e200db5 commit ba5e7ef
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 71 deletions.
196 changes: 134 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makerx/ts-toolkit",
"version": "4.0.0-beta.7",
"version": "4.0.0-beta.8",
"description": "This cli facilitates the creation of boilerplate files in a new typescript repo",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -56,9 +56,10 @@
"npm-run-all": "^4.1.5",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rollup": "4.9.6",
"tsx": "^4.7.0",
"rollup": "4.10.0",
"tsx": "4.7.1",
"typescript": "5.3.3",
"vitest": "1.2.2"
"vitest": "1.2.2",
"@rollup/plugin-commonjs": "25.0.7"
}
}
Loading

0 comments on commit ba5e7ef

Please sign in to comment.