Improve @babel/runtime esm stability (#12883)
This commit is contained in:
13
test/runtime-integration/webpack-5/webpack.config.js
Normal file
13
test/runtime-integration/webpack-5/webpack.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const path = require("path");
|
||||
|
||||
module.exports = {
|
||||
mode: "development",
|
||||
|
||||
entry: path.join(__dirname, "../src/main-esm.mjs"),
|
||||
output: {
|
||||
path: __dirname,
|
||||
filename: "output.js",
|
||||
},
|
||||
|
||||
devtool: false,
|
||||
};
|
||||
Reference in New Issue
Block a user