qauMaWeb/node_modules/webpack-virtual-modules/babel.config.js

9 lines
225 B
JavaScript
Raw Permalink Normal View History

2024-10-13 18:02:27 +08:00
module.exports = {
plugins: [
`@babel/plugin-transform-modules-commonjs`,
`@babel/plugin-proposal-class-properties`,
'babel-plugin-replace-ts-export-assignment',
],
presets: [`@babel/preset-typescript`],
};