mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-01-12 22:50:35 +08:00
chore: fix babel plugin import
This commit is contained in:
2
babel.js
2
babel.js
@@ -1 +1 @@
|
||||
module.exports = require('./src/babel');
|
||||
module.exports = require('./lib/module/babel/index.js');
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
"main": "lib/module/index.js",
|
||||
"types": "lib/typescript/src/index.d.ts",
|
||||
"files": [
|
||||
"src",
|
||||
"lib",
|
||||
"dist"
|
||||
"dist",
|
||||
"babel.js"
|
||||
],
|
||||
"sideEffects": false,
|
||||
"repository": {
|
||||
@@ -134,4 +134,4 @@
|
||||
"src/"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user