Skip to content

Commit

Permalink
Removed object assign babel plugin. Closes #611
Browse files Browse the repository at this point in the history
  • Loading branch information
verlok committed Mar 30, 2024
1 parent 640544b commit 37f1550
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"ignore": ["node_modules/**"],
"plugins": ["@babel/plugin-transform-object-assign"],
"presets": [["@babel/env", { "modules": false }]],
"env": {
"test": {
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"sideEffects": false,
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/plugin-transform-object-assign": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down

2 comments on commit 37f1550

@XhmikosR
Copy link

Choose a reason for hiding this comment

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

@verlok just FYI now you using the default browsers browserlist sets. You can add a .browserslistrc file with your supported browsers to fine tune the option.

@verlok
Copy link
Owner Author

@verlok verlok commented on 37f1550 Mar 30, 2024

Choose a reason for hiding this comment

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

Default browser list should be fine. Thanks.

Please sign in to comment.