Skip to content

Commit a6af119

Browse files
author
Rogerio Felix
committed
chore: Remove unused Babel plugin and update Rollup configuration
1 parent c56ac0c commit a6af119

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"devDependencies": {
4444
"@babel/core": "^7.24.5",
4545
"@babel/plugin-external-helpers": "^7.24.1",
46-
"@babel/plugin-transform-class-properties": "^7.24.1",
4746
"@babel/preset-env": "^7.24.5",
4847
"@babel/preset-react": "^7.24.1",
4948
"@rollup/plugin-alias": "^5.1.0",

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rollup.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ export default {
4646
"runtime": "automatic"
4747
}]
4848
],
49-
plugins: ["@babel/plugin-transform-class-properties", "@babel/external-helpers"],
50-
babelHelpers: 'external'
49+
babelHelpers: 'bundled'
5150
}),
5251
resolve(),
5352
commonjs({

0 commit comments

Comments
 (0)