Enhance webpack transform async plugin to use babel runtime (#20543)

This commit is contained in:
Steve Repsher 2024-04-22 03:40:20 -04:00 committed by GitHub
parent 50ce1b94c8
commit 4b593c1c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 8 deletions

View File

@ -10,6 +10,7 @@ const WebpackBar = require("webpackbar");
const {
TransformAsyncModulesPlugin,
} = require("transform-async-modules-webpack-plugin");
const { dependencies } = require("../package.json");
const paths = require("./paths.cjs");
const bundle = require("./bundle.cjs");
@ -156,7 +157,10 @@ const createWebpackConfig = ({
transform: (stats) => JSON.stringify(filterStats(stats)),
}),
!latestBuild &&
new TransformAsyncModulesPlugin({ browserslistEnv: "legacy" }),
new TransformAsyncModulesPlugin({
browserslistEnv: "legacy",
runtime: { version: dependencies["@babel/runtime"] },
}),
].filter(Boolean),
resolve: {
extensions: [".ts", ".js", ".json"],

View File

@ -236,7 +236,7 @@
"systemjs": "6.14.3",
"tar": "7.0.1",
"terser-webpack-plugin": "5.3.10",
"transform-async-modules-webpack-plugin": "1.0.4",
"transform-async-modules-webpack-plugin": "1.1.0",
"ts-lit-plugin": "2.0.2",
"typescript": "5.4.5",
"webpack": "5.91.0",

View File

@ -1145,7 +1145,7 @@ __metadata:
languageName: node
linkType: hard
"@babel/plugin-transform-runtime@npm:7.24.3":
"@babel/plugin-transform-runtime@npm:7.24.3, @babel/plugin-transform-runtime@npm:^7.13.0":
version: 7.24.3
resolution: "@babel/plugin-transform-runtime@npm:7.24.3"
dependencies:
@ -9127,7 +9127,7 @@ __metadata:
tar: "npm:7.0.1"
terser-webpack-plugin: "npm:5.3.10"
tinykeys: "npm:2.1.0"
transform-async-modules-webpack-plugin: "npm:1.0.4"
transform-async-modules-webpack-plugin: "npm:1.1.0"
ts-lit-plugin: "npm:2.0.2"
tsparticles-engine: "npm:2.12.0"
tsparticles-preset-links: "npm:2.12.0"
@ -13965,17 +13965,20 @@ __metadata:
languageName: node
linkType: hard
"transform-async-modules-webpack-plugin@npm:1.0.4":
version: 1.0.4
resolution: "transform-async-modules-webpack-plugin@npm:1.0.4"
"transform-async-modules-webpack-plugin@npm:1.1.0":
version: 1.1.0
resolution: "transform-async-modules-webpack-plugin@npm:1.1.0"
dependencies:
"@babel/core": "npm:^7.13.0"
"@babel/plugin-transform-runtime": "npm:^7.13.0"
"@babel/preset-env": "npm:^7.13.0"
peerDependencies:
"@babel/core": ^7.13.0
"@babel/plugin-transform-runtime": ^7.13.0
"@babel/preset-env": ^7.13.0
"@babel/runtime": ^7.13.0
webpack: ^5.0.0
checksum: 10/dfb4c1a693897b0b35bf435130fd48fac8175fe60d681ef884bbdc0f1cd15017747f18b3d966bdcd96781ed85b284facbf007c6f358a6b495d46aa4358081909
checksum: 10/35e729c8ed44bf7cf5b6ae6e4ea5eb82eef44038ec13fba0a53eec551095be5553e3c99c6c7dec37d6b1fd3c9e04f35e94a246f735c81fb2d247dfad21678322
languageName: node
linkType: hard