11 lines
469 B
HTML
11 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>
|