1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 22:45:01 +00:00
mon-entreprise/site/source/index.html
Maxime Quandalle cdf441a9e1 🐛 Corrections diverses
2022-01-31 13:33:07 +01:00

10 lines
469 B
HTML

<!--
Ideally this file wouldn't be needed, but ViteJS used it when the dev server is
started to pre-bundle the dependencies and speed it the server start.
https://vitejs.dev/guide/dep-pre-bundling.html
TODO: There might be a way to do it using the plugin API, which we could use in
our custom plugin. This should be doable with
https://vitejs.dev/config/#optimizedeps-entries but I couldn't make it work.
-->
<script type="module" src="/source/entry.fr.tsx"></script>