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