Skip to content

Commit

Permalink
fix: babel configuration not work (#505)
Browse files Browse the repository at this point in the history
Co-authored-by: lupath <http://[email protected]>
  • Loading branch information
6ml and lupath authored Apr 30, 2023
1 parent 6c4c3e5 commit e379b31
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
14 changes: 14 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"presets": [
["env", {
"modules": false
}]
],
"plugins": [
"syntax-dynamic-import",
"external-helpers"
],
"ignore": [
"dist/*.js"
]
}
11 changes: 0 additions & 11 deletions .babelrc.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@
]
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.17",
"@rollup/plugin-replace": "^2.3.4",
"assign-deep": "^1.0.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
Expand Down

0 comments on commit e379b31

Please sign in to comment.