Skip to content

Commit

Permalink
Fix standalone bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Feb 21, 2021
1 parent 20fb329 commit fdc0b81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,13 @@ function buildRollup(packages, targetBrowsers) {
"regexpu-core",
"regenerate-unicode-properties"
) + "/**/*.js",
// TODO(Babel 8) Remove when removing BABEL_8_BREAKING
resolveChain(
import.meta.url,
"./packages/babel-core",
"semver",
"semver-BABEL_8_BREAKING-false"
) + "/{functions,classes,internal,ranges}/**/*.js",
],
}),
rollupBabel({
Expand Down

0 comments on commit fdc0b81

Please sign in to comment.