2024-03-22 16:43:49 +08:00

7 lines
93 B
JavaScript

export default {
input: 'src/main.js',
output: {
file: 'bundle.js',
format: 'cjs'
}
};