diff --git a/Gulpfile.mjs b/Gulpfile.mjs index d752214c8f81..f0f99bb04228 100644 --- a/Gulpfile.mjs +++ b/Gulpfile.mjs @@ -319,7 +319,7 @@ function buildRollup(packages, buildStandalone) { fancyLog(`Compiling '${chalk.cyan(input)}' with rollup ...`); const bundle = await rollup({ input, - external, + external: buildStandalone ? [] : external, // all node modules are resolved as if they were placed in the n_m folder of package root preserveSymlinks: true, onwarn(warning, warn) { @@ -581,7 +581,7 @@ function* libBundlesIterator() { } let libBundles; -if (process.env.B_ALL) { +if (process.env.BABEL_8_BREAKING) { libBundles = [...libBundlesIterator()]; } else { libBundles = [