mirror of
https://github.com/Instadapp/boardroom-inc-protocol-Info.git
synced 2024-07-29 22:37:02 +00:00
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
export default {
|
|
input: 'src/main.js',
|
|
output: {
|
|
file: 'bundle.js',
|
|
format: 'cjs'
|
|
}
|
|
}; |