Skip to content

Commit

Permalink
chore: use default browserslist config
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 9, 2021
1 parent 1615f28 commit e9aeacc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Config ignored by babel when running from webpack
{
"presets": [
["@babel/preset-env", { "targets": "extends browserslist-config-google" }],
["@babel/preset-env", { "targets": "defaults" }],
"@babel/preset-typescript"
],
"comments": false,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"auto-changelog": "^2.3.0",
"axios": "~0.24.0",
"babel-loader": "^8.2.3",
"browserslist-config-google": "^3.0.1",
"concurrently": "^6.4.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const config = {
options: {
babelrc: false,
presets: [
['@babel/preset-env', { targets: 'extends browserslist-config-google' }],
['@babel/preset-env', { targets: 'defaults' }],
'@babel/preset-typescript'
],
plugins: ['@babel/plugin-transform-modules-commonjs'],
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1857,11 +1857,6 @@ browser-process-hrtime@^1.0.0:
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==

browserslist-config-google@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/browserslist-config-google/-/browserslist-config-google-3.0.1.tgz#7d78e87e049da92a5e7180438d755f8dd76100c8"
integrity sha512-987cIZMlj4zmA/kuMmSl4yJpJLEPTn1MhToBrnvnzdjLziW4cTbVK02SA3Omz/B1eE+pVjDUngR1FmjPEFRm1w==

browserslist@^4.14.5, browserslist@^4.17.5, browserslist@^4.18.1:
version "4.18.1"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.18.1.tgz#60d3920f25b6860eb917c6c7b185576f4d8b017f"
Expand Down

0 comments on commit e9aeacc

Please sign in to comment.