Skip to content

Commit

Permalink
Rename babel -proposal- that became standard to -transform-
Browse files Browse the repository at this point in the history
Renamed as of babel [v7.22.0 (2023-05-26)](https://github.com/babel/babel/releases/tag/v7.22.0)
  • Loading branch information
naseberry committed Jun 1, 2023
1 parent 44b0d88 commit 7cb9e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ module.exports = function (api) {
isTestEnv && require('babel-plugin-dynamic-import-node'),
require('@babel/plugin-transform-destructuring').default,
[
require('@babel/plugin-proposal-class-properties').default,
require('@babel/plugin-transform-class-properties').default,
{
loose: false
}
],
[
require('@babel/plugin-proposal-object-rest-spread').default,
require('@babel/plugin-transform-object-rest-spread').default,
{
useBuiltIns: true
}
Expand Down

0 comments on commit 7cb9e6d

Please sign in to comment.