Skip to content

Commit

Permalink
♻️ feat: Migrate rollup plugin to NodeNext (#568)
Browse files Browse the repository at this point in the history
## Description

Migrate RollupPlugin to node next

## Testing

Explain the quality checks that have been done on the code changes

## Additional Information

- [ ] I read the [contributing docs](../docs/contributing.md) (if this
is your first contribution)

Your ENS/address:

---------

Co-authored-by: Will Cory <[email protected]>
  • Loading branch information
roninjin10 and Will Cory authored Oct 15, 2023
1 parent daf9c96 commit 6d6d434
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-trees-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@evmts/rollup-plugin": patch
---

Migrated @evmts/rollup-plugin to NodeNext. This will improve compatibility
6 changes: 4 additions & 2 deletions bundlers/rollup/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"rootDir": "src",
"composite": true,
"outDir": "types",
"skipLibCheck": true
"skipLibCheck": true,
"moduleResolution": "NodeNext",
"module": "NodeNext"
},
"include": [
"src",
"src/**/*.json"
]
}
}

1 comment on commit 6d6d434

@vercel
Copy link

@vercel vercel bot commented on 6d6d434 Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evmts-docs – ./

evmts-docs-git-main-evmts.vercel.app
evmts-docs-evmts.vercel.app
evmts.dev

Please sign in to comment.