-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: remove babel-loader (mdn#1848)
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
Showing
3 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,3 +70,6 @@ yarn-error.log* | |
fake-v1-api/ | ||
mdn-yari-*.tgz | ||
function.zip | ||
|
||
# tabnine | ||
.dccache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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== | ||
|