g6/.fatherrc.js
2020-01-16 20:14:41 +08:00

6 lines
79 B
JavaScript

export default {
entry: './src/index.ts',
esm: 'babel',
cjs: 'babel',
};