Skip to content

Commit

Permalink
Use configFile instead of extends
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 19, 2023
1 parent ba493a4 commit 9384785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,8 @@ function buildRollup(packages, buildStandalone) {
}),
rollupBabel({
envName,
babelrc: false,
babelHelpers: "bundled",
extends: "./babel.config.js",
configFile: "./babel.config.js",
extensions: [".ts", ".js", ".mjs", ".cjs"],
ignore: ["packages/babel-runtime/helpers/*.js"],
}),
Expand Down

0 comments on commit 9384785

Please sign in to comment.