Skip to content

Commit d3d3764

Browse files
committed
chore: 📦 added babel loader
1 parent 6d4c9c8 commit d3d3764

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@types/react-native": "^0.66.12",
16+
"babel-loader": "^8.2.3",
1617
"expo": "^44.0.5",
1718
"expo-splash-screen": "~0.14.1",
1819
"react": "17.0.2",

example/yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2718,6 +2718,16 @@ babel-loader@8.1.0:
27182718
pify "^4.0.1"
27192719
schema-utils "^2.6.5"
27202720

2721+
babel-loader@^8.2.3:
2722+
version "8.2.3"
2723+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d"
2724+
integrity sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==
2725+
dependencies:
2726+
find-cache-dir "^3.3.1"
2727+
loader-utils "^1.4.0"
2728+
make-dir "^3.1.0"
2729+
schema-utils "^2.6.5"
2730+
27212731
babel-plugin-dynamic-import-node@^2.3.3:
27222732
version "2.3.3"
27232733
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
@@ -7499,7 +7509,7 @@ make-dir@^2.0.0, make-dir@^2.1.0:
74997509
pify "^4.0.1"
75007510
semver "^5.6.0"
75017511

7502-
make-dir@^3.0.2:
7512+
make-dir@^3.0.2, make-dir@^3.1.0:
75037513
version "3.1.0"
75047514
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
75057515
integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==

0 commit comments

Comments
 (0)