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