Skip to content

Commit af38e2c

Browse files
committed
chore!: bumps the dependencies versions in the package
1 parent a2e2730 commit af38e2c

File tree

6 files changed

+536
-523
lines changed

6 files changed

+536
-523
lines changed

example/babel.config.js

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ module.exports = {
77
[
88
'module-resolver',
99
{
10+
extensions: [
11+
'.js',
12+
'.ts',
13+
'.ios.js',
14+
'.ios.ts',
15+
'.android.js',
16+
'.android.ts',
17+
'.json',
18+
],
1019
alias: {
1120
[pak.name]: path.join(__dirname, '..', pak.source),
1221
},

0 commit comments

Comments
 (0)