Skip to content

Commit

Permalink
test: 💍 upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailDeng authored and AbigailDeng committed Apr 23, 2023
1 parent 27dd871 commit eae0f4a
Show file tree
Hide file tree
Showing 11 changed files with 25,212 additions and 15,397 deletions.
10 changes: 5 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
[
"@babel/preset-env",
{
"useBuiltIns": "usage",
"corejs": 3,
"modules": false,
"targets": "> 1%, not dead"
"targets": "> 0.5%, last 2 versions, Firefox ESR, not dead"
}
]
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-runtime",
"rewire"
],
"ignore": [
Expand All @@ -22,13 +22,13 @@
[
"@babel/preset-env",
{
"useBuiltIns": "usage",
"corejs": 3,
"modules": "auto"
}
]
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-runtime",
"rewire"
],
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion build/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const baseConfig = {
resolve: {
modules: [
path.resolve(ROOT, 'src'),
path.resolve(ROOT, 'node_modules')
'node_modules'
],
extensions: ['.ts', '.js']
},
Expand Down
Loading

0 comments on commit eae0f4a

Please sign in to comment.