@vercel/microfrontends 0.20.0 → 1.0.0
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/README.md +3 -3
- package/dist/bin/cli.cjs +2 -2
- package/dist/next/config.cjs +0 -5
- package/dist/next/config.cjs.map +1 -1
- package/dist/next/config.js +0 -5
- package/dist/next/config.js.map +1 -1
- package/package.json +2 -2
package/dist/next/config.js
CHANGED
|
@@ -1675,11 +1675,6 @@ function rewritesMapToArr(rewrites) {
|
|
|
1675
1675
|
}
|
|
1676
1676
|
function transform4(args) {
|
|
1677
1677
|
const { next, app } = args;
|
|
1678
|
-
if (process.env.VERCEL_ENV && process.env.VERCEL_ENV !== "development") {
|
|
1679
|
-
return {
|
|
1680
|
-
next
|
|
1681
|
-
};
|
|
1682
|
-
}
|
|
1683
1678
|
const buildBeforeFiles = () => {
|
|
1684
1679
|
const rewrites = /* @__PURE__ */ new Map();
|
|
1685
1680
|
if (!app.isDefault()) {
|