Try to convert the project to ESM in order to try using <script type="module"> to allow external module @mui/icons-material.
See answer on StackOverflow as an example: https://stackoverflow.com/a/76769678/449053
Or see other documentation like https://byteofdev.com/posts/how-to-use-esm/
Try to convert the project to ESM in order to try using
<script type="module">to allow external module@mui/icons-material.See answer on StackOverflow as an example: https://stackoverflow.com/a/76769678/449053
Or see other documentation like https://byteofdev.com/posts/how-to-use-esm/