Skip to content

Commit

Permalink
deps: remove babel-loader (mdn#1848)
Browse files Browse the repository at this point in the history
CRA manages the version and updates for `babel-loader` so we should not.

fix mdn#1847
  • Loading branch information
Schalk Neethling authored Nov 26, 2020
1 parent f3f2c74 commit 7229b47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ yarn-error.log*
fake-v1-api/
mdn-yari-*.tgz
function.zip

# tabnine
.dccache
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-modal": "^3.10.6",
"babel-loader": "^8.1.0",
"eslint-plugin-node": "11.1.0",
"extend": "^3.0.2",
"flexsearch": "0.6.32",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4560,7 +4560,7 @@ babel-jest@^26.6.0, babel-jest@^26.6.3:
graceful-fs "^4.2.4"
slash "^3.0.0"

[email protected], babel-loader@^8.0.6, babel-loader@^8.1.0:
[email protected], babel-loader@^8.0.6:
version "8.1.0"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3"
integrity sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==
Expand Down

0 comments on commit 7229b47

Please sign in to comment.