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 42918f4 commit 529e58aCopy full SHA for 529e58a
scripts/rollup/build.js
@@ -541,11 +541,6 @@ 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