Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 0b00060

Browse files
renovate[bot]ryelle
authored andcommitted
chore(deps): update wordpress monorepo (major) (#475)
* chore(deps): update wordpress monorepo * Remove unnecessary babel config
1 parent 01b3b28 commit 0b00060

File tree

3 files changed

+2493
-3095
lines changed

3 files changed

+2493
-3095
lines changed

babel.config.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
11
module.exports = {
22
presets: [ '@wordpress/babel-preset-default' ],
3-
plugins: [
4-
[
5-
'@babel/transform-react-jsx',
6-
{
7-
pragma: 'createElement',
8-
},
9-
],
10-
[
11-
'@wordpress/babel-plugin-import-jsx-pragma',
12-
{
13-
scopeVariable: 'createElement',
14-
source: '@wordpress/element',
15-
isDefault: false,
16-
},
17-
],
18-
],
193
};

0 commit comments

Comments
 (0)