Skip to content

Commit

Permalink
Migrate from webpack to vite (HumbleOSS#31)
Browse files Browse the repository at this point in the history
* Migrate from webpack to vite

* Remove unnecessary dev dependencies

* Resolve issue for Buffer not being defined

* Change alias for source folder

* Fixed issue for createTheme_default being undefined

* Made sure that all materials are imported from the top level
* See issue mui/material-ui#31835
* Small cosmetic changes for the other mui/material imports

* Update mui to v6.1.5

* Remove deprecated ReactDOM.render
  • Loading branch information
Jbekker authored and prince-hope1975 committed Nov 1, 2024
1 parent 3ee7400 commit f3bab79
Show file tree
Hide file tree
Showing 22 changed files with 1,550 additions and 4,066 deletions.
2 changes: 1 addition & 1 deletion public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
</head>
<body>
<div id="root"></div>
<script src="./bundle.js"></script>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
Loading

0 comments on commit f3bab79

Please sign in to comment.