mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
fix build
This commit is contained in:
parent
03351d2e1f
commit
22a88d06b4
@ -175,7 +175,7 @@ async function buildJs(mainFile, extraFiles = []) {
|
||||
// create js bundle
|
||||
const bundle = await rollup({
|
||||
input: extraFiles.concat(mainFile),
|
||||
plugins: [removeJsComments({comments: "none"})]
|
||||
plugins: [multi(), removeJsComments({comments: "none"})]
|
||||
});
|
||||
const {output} = await bundle.generate({
|
||||
format: 'es',
|
||||
|
Loading…
Reference in New Issue
Block a user