Skip to content

Commit

Permalink
add transform runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiglingeanu committed Jun 2, 2024
1 parent a448612 commit 6789af0
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.17.12",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/plugin-transform-runtime": "^7.24.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.17.12",
"@prettier/plugin-php": "^0.19.2",
Expand Down
1 change: 1 addition & 0 deletions tasks/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ module.exports = (options) => {
'@babel/plugin-proposal-object-rest-spread'
),
require.resolve('@babel/plugin-transform-arrow-functions'),
require.resolve('@babel/plugin-transform-runtime'),
require.resolve('@babel/plugin-proposal-optional-chaining'),
require.resolve(
'@babel/plugin-proposal-nullish-coalescing-operator'
Expand Down
Loading

0 comments on commit 6789af0

Please sign in to comment.