Skip to content

Commit

Permalink
Remove legacy www config from Rollup build (#18016)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Feb 11, 2020
1 parent 42918f4 commit 529e58a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/rollup/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,11 +541,6 @@ async function createBundle(bundle, bundleType) {
bundle.moduleType,
pureExternalModules
),
// We can't use getters in www.
legacy:
bundleType === FB_WWW_DEV ||
bundleType === FB_WWW_PROD ||
bundleType === FB_WWW_PROFILING,
};
const [mainOutputPath, ...otherOutputPaths] = Packaging.getBundleOutputPaths(
bundleType,
Expand Down

0 comments on commit 529e58a

Please sign in to comment.