Skip to content

Commit

Permalink
fix(rollup): remove deprecated annotate pure calls plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bhough committed Feb 1, 2024
1 parent 4ce6a34 commit e1f7709
Show file tree
Hide file tree
Showing 5 changed files with 2,981 additions and 5,113 deletions.
1 change: 0 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module.exports = {
],
plugins: [
cjs && "add-module-exports",
"annotate-pure-calls",
"preval",
].filter(Boolean),
};
Loading

0 comments on commit e1f7709

Please sign in to comment.