Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
Fix eslint env and use recommended
Move babel targets up (7.13.10)
  • Loading branch information
dmnsgn committed Mar 19, 2021
1 parent 3e53837 commit 69150b2
Show file tree
Hide file tree
Showing 3 changed files with 2,163 additions and 1,689 deletions.
6 changes: 3 additions & 3 deletions config/loaders/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ const scripts = {
loader: "babel-loader",
options: {
babelrc: false,
targets: {
browsers: BROWSERS,
},
presets: [
"@babel/preset-typescript",
[
Expand All @@ -20,9 +23,6 @@ const scripts = {
corejs: 3,
useBuiltIns: "usage",
debug: NODE_ENV === "production",
targets: {
browsers: BROWSERS,
},
},
],
],
Expand Down

0 comments on commit 69150b2

Please sign in to comment.