Converted @rollup/html to a standalone package (out of the original monorepo) and made it ESM-native
This commit is contained in:
12
babel.config.js
Normal file
12
babel.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
console.log("Do i get called");
|
||||
/** @type {import('@types/babel-core').TransformOptions} */
|
||||
const babelConfig ={
|
||||
presets: [
|
||||
["@babel/preset-typescript", {
|
||||
|
||||
}],
|
||||
],
|
||||
plugins: [
|
||||
],
|
||||
};
|
||||
export default babelConfig;
|
||||
Reference in New Issue
Block a user