Skip to content

Commit

Permalink
Merge pull request #2 from wp-blocks/removing-swc
Browse files Browse the repository at this point in the history
Module build updated
  • Loading branch information
erikyo authored Dec 27, 2023
2 parents 14c6225 + 018b555 commit 349f7db
Show file tree
Hide file tree
Showing 10 changed files with 3,464 additions and 4,781 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = {
"env": {
"browser": true,
"node": true,
"commonjs": true
"commonjs": true,
"es2021": true
},
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser',
Expand Down
22 changes: 0 additions & 22 deletions .swcrc-cjs

This file was deleted.

22 changes: 0 additions & 22 deletions .swcrc-esm

This file was deleted.

6 changes: 6 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-typescript"
]
}
13 changes: 0 additions & 13 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 349f7db

Please sign in to comment.