There was an error while loading. Please reload this page.
2 parents e90d251 + 29d6c26 commit f69e119Copy full SHA for f69e119
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "native-base",
3
"description": "Essential cross-platform UI components for React Native",
4
+ "sideEffects": false,
5
"keywords": [
6
"android",
7
"ios",
@@ -39,7 +40,7 @@
39
40
"license": "MIT",
41
"private": false,
42
"main": "lib/commonjs/index",
- "module": "dist/bundle.web.js",
43
+ "module": "lib/module/index",
44
"types": "lib/typescript/src/index.d.ts",
45
"react-native": "src/index",
46
"source": "src/index",
@@ -160,16 +161,10 @@
160
161
"output": "lib",
162
"targets": [
163
[
- "commonjs",
164
- {
165
- "configFile": true
166
- }
+ "commonjs"
167
],
168
169
- "module",
170
171
172
+ "module"
173
174
"typescript"
175
]
0 commit comments