mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
export default {
|
|
entry: './src/index.ts',
|
|
esm: 'babel',
|
|
cjs: 'babel',
|
|
};
|