Skip to content

Commit

Permalink
优化工程结构
Browse files Browse the repository at this point in the history
  • Loading branch information
caiwuu committed Feb 22, 2024
1 parent 99a71be commit 3bde2ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/editor/.babelrc.js

This file was deleted.

13 changes: 13 additions & 0 deletions packages/editor/babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
],
"plugins": ["babel-plugin-transform-typex-jsx"]
}

0 comments on commit 3bde2ac

Please sign in to comment.