mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
9 lines
120 B
JavaScript
9 lines
120 B
JavaScript
|
export default {
|
||
|
input: 'src/main.js',
|
||
|
output: {
|
||
|
file: 'bundle.js',
|
||
|
format: 'iife',
|
||
|
name: 'main'
|
||
|
}
|
||
|
};
|