@codemoreira/esad 1.4.6-10 → 1.4.6-11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemoreira/esad",
3
- "version": "1.4.6-10",
3
+ "version": "1.4.6-11",
4
4
  "description": "Easy Super App Development - Zero-Config CLI and DevTools for React Native Module Federation",
5
5
  "main": "src/plugin/index.js",
6
6
  "types": "./src/plugin/index.d.ts",
@@ -115,7 +115,7 @@ function withESAD(env, options) {
115
115
  proxy: [
116
116
  {
117
117
  context: ['/.expo/.virtual-metro-entry'],
118
- pathRewrite: { '^/.expo/.virtual-metro-entry': '/index.bundle' },
118
+ pathRewrite: { '^/.expo/.virtual-metro-entry': '/index' },
119
119
  },
120
120
  ],
121
121
  };