We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f727803 commit f0f60e6Copy full SHA for f0f60e6
scripts/rollup/build.js
@@ -541,6 +541,11 @@ async function createBundle(bundle, bundleType) {
541
bundle.moduleType,
542
pureExternalModules
543
),
544
+ // We can't use getters in www.
545
+ legacy:
546
+ bundleType === FB_WWW_DEV ||
547
+ bundleType === FB_WWW_PROD ||
548
+ bundleType === FB_WWW_PROFILING,
549
};
550
const [mainOutputPath, ...otherOutputPaths] = Packaging.getBundleOutputPaths(
551
bundleType,
0 commit comments