mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
export default {
|
|
input: 'src/main.js',
|
|
output: {
|
|
file: 'bundle.js',
|
|
format: 'cjs'
|
|
}
|
|
}; |