mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Try transformMixedEsModules
This commit is contained in:
parent
3ac2653443
commit
9eb366cb01
1 changed files with 6 additions and 1 deletions
|
|
@ -34,6 +34,11 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
viteCommonjs()
|
viteCommonjs()
|
||||||
]
|
],
|
||||||
|
build: {
|
||||||
|
commonjsOptions: {
|
||||||
|
transformMixedEsModules: true,
|
||||||
|
},
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue