File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -108,31 +108,6 @@ const reactNativeBuildPlugins = [
108
108
...browserBuildPlugins . slice ( 1 )
109
109
] ;
110
110
111
- const reactNativeBuilds = [
112
- // Persistence build
113
- {
114
- input : 'index.rn.ts' ,
115
- output : {
116
- file : pkg [ 'react-native' ] ,
117
- format : 'es' ,
118
- sourcemap : true
119
- } ,
120
- plugins : reactNativeBuildPlugins ,
121
- external : resolveBrowserExterns
122
- } ,
123
- // Memory-only build
124
- {
125
- input : 'index.rn.memory.ts' ,
126
- output : {
127
- file : path . resolve ( './memory' , memoryPkg [ 'react-native' ] ) ,
128
- format : 'es' ,
129
- sourcemap : true
130
- } ,
131
- plugins : reactNativeBuildPlugins ,
132
- external : resolveBrowserExterns
133
- }
134
- ] ;
135
-
136
111
// MARK: Node builds
137
112
138
113
const nodeBuildPlugins = [
@@ -179,4 +154,4 @@ const nodeBuilds = [
179
154
}
180
155
] ;
181
156
182
- export default [ ...browserBuilds , ...reactNativeBuilds , ... nodeBuilds ] ;
157
+ export default [ ...browserBuilds , ...nodeBuilds ] ;
You can’t perform that action at this time.
0 commit comments