Skip to content

Commit

Permalink
Babel Preset Default: Add polyfill for WordPress built from core-js
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Apr 29, 2021
1 parent 959252b commit c385142
Show file tree
Hide file tree
Showing 11 changed files with 140 additions and 253 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -3,6 +3,7 @@ build
build-module
build-types
node_modules
packages/babel-preset-default/dist
packages/block-serialization-spec-parser/parser.js
packages/e2e-tests/plugins
packages/react-native-editor/bundle
Expand Down
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -28,6 +28,7 @@ const developmentFiles = [
'**/benchmark/**/*.js',
'**/@(__mocks__|__tests__|test)/**/*.js',
'**/@(storybook|stories)/**/*.js',
'packages/babel-preset-default/bin/**/*.js',
];

// All files from packages that have types provided with TypeScript.
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Expand Up @@ -2,6 +2,7 @@
build
build-module
build-types
packages/babel-preset-default/dist
packages/block-serialization-spec-parser/parser.js
packages/e2e-tests/plugins
packages/react-native-editor/bundle
Expand Down

0 comments on commit c385142

Please sign in to comment.