Skip to content
Snippets Groups Projects

Migrate from Create React App to Vite

Merged Dillon Scott Fitzgerald requested to merge dillon-CRA-to-vite into alpha
All threads resolved!
Files
2
+ 5
0
@@ -48,5 +48,10 @@
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script type="module" src="/src/index.jsx"></script>
<script>
if (global === undefined) {
var global = window;
}
</script>
</body>
</html>
Loading