mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
b3095112cd
no es6 modules on lumia
9 lines
120 B
JavaScript
9 lines
120 B
JavaScript
export default {
|
|
input: 'src/main.js',
|
|
output: {
|
|
file: 'bundle.js',
|
|
format: 'iife',
|
|
name: 'main'
|
|
}
|
|
};
|