mirror of
https://github.com/ruilisi/fortune-sheet.git
synced 2025-01-05 10:27:04 +08:00
8 lines
162 B
JavaScript
8 lines
162 B
JavaScript
export default {
|
|
target: 'browser',
|
|
cjs: { type: "rollup", lazy: false },
|
|
esm: { type: "rollup" },
|
|
disableTypeCheck: false,
|
|
pkgs: ['core', 'react'],
|
|
};
|