mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
make babel plugin run after commonjs one added by vite
This commit is contained in:
parent
16918ddb7d
commit
7dce579ac3
@ -92,6 +92,7 @@ async function buildLegacyChunk(root, chunkName, code) {
|
||||
]
|
||||
]
|
||||
});
|
||||
babelPlugin.enforce = "post";
|
||||
const bundle = await build({
|
||||
root,
|
||||
configFile: false,
|
||||
|
Loading…
Reference in New Issue
Block a user