@@ -157,7 +157,7 @@ const bundles = [
157
157
{
158
158
bundleTypes : [ NODE_DEV , NODE_PROD ] ,
159
159
moduleType : ISOMORPHIC ,
160
- entry : 'react-fs/index.browser' ,
160
+ entry : 'react-fs/index.browser.server ' ,
161
161
global : 'ReactFilesystem' ,
162
162
externals : [ ] ,
163
163
} ,
@@ -166,7 +166,7 @@ const bundles = [
166
166
{
167
167
bundleTypes : [ NODE_DEV , NODE_PROD ] ,
168
168
moduleType : ISOMORPHIC ,
169
- entry : 'react-fs/index.node' ,
169
+ entry : 'react-fs/index.node.server ' ,
170
170
global : 'ReactFilesystem' ,
171
171
externals : [ 'react' , 'fs/promises' , 'path' ] ,
172
172
} ,
@@ -175,7 +175,7 @@ const bundles = [
175
175
{
176
176
bundleTypes : [ NODE_DEV , NODE_PROD ] ,
177
177
moduleType : ISOMORPHIC ,
178
- entry : 'react-pg/index.browser' ,
178
+ entry : 'react-pg/index.browser.server ' ,
179
179
global : 'ReactPostgres' ,
180
180
externals : [ ] ,
181
181
} ,
@@ -184,7 +184,7 @@ const bundles = [
184
184
{
185
185
bundleTypes : [ NODE_DEV , NODE_PROD ] ,
186
186
moduleType : ISOMORPHIC ,
187
- entry : 'react-pg/index.node' ,
187
+ entry : 'react-pg/index.node.server ' ,
188
188
global : 'ReactPostgres' ,
189
189
externals : [ 'react' , 'pg' ] ,
190
190
} ,
0 commit comments