g6/.fatherrc.js
2020-01-02 21:04:40 +08:00

6 lines
81 B
JavaScript

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