|
10 | 10 | "add-module-exports", |
11 | 11 |
|
12 | 12 | "@babel/plugin-proposal-export-default-from", |
13 | | - "@babel/plugin-proposal-logical-assignment-operators", |
14 | | - ["@babel/plugin-proposal-optional-chaining", { "loose": false }], |
| 13 | + "@babel/plugin-transform-logical-assignment-operators", |
| 14 | + ["@babel/plugin-transform-optional-chaining", { "loose": false }], |
15 | 15 | ["@babel/plugin-proposal-pipeline-operator", { "proposal": "minimal" }], |
16 | | - ["@babel/plugin-proposal-nullish-coalescing-operator", { "loose": false }], |
| 16 | + ["@babel/plugin-transform-nullish-coalescing-operator", { "loose": false }], |
17 | 17 | "@babel/plugin-proposal-do-expressions", |
18 | 18 |
|
19 | 19 | ["@babel/plugin-proposal-decorators", { "legacy": true }], |
20 | 20 | "@babel/plugin-proposal-function-sent", |
21 | | - "@babel/plugin-proposal-export-namespace-from", |
22 | | - "@babel/plugin-proposal-numeric-separator", |
| 21 | + "@babel/plugin-transform-export-namespace-from", |
| 22 | + "@babel/plugin-transform-numeric-separator", |
23 | 23 | "@babel/plugin-proposal-throw-expressions", |
24 | 24 |
|
25 | 25 | "@babel/plugin-transform-modules-commonjs", |
26 | 26 | "@babel/plugin-syntax-dynamic-import", |
27 | 27 | "@babel/plugin-syntax-import-meta", |
28 | | - ["@babel/plugin-proposal-class-properties", { "loose": false }], |
29 | | - "@babel/plugin-proposal-json-strings", |
| 28 | + ["@babel/plugin-transform-class-properties", { "loose": false }], |
| 29 | + "@babel/plugin-transform-json-strings", |
30 | 30 |
|
31 | 31 | ["babel-plugin-inline-import", { |
32 | 32 | "extensions": [ |
|
0 commit comments