You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix][Vite] Fix string escape in index.js.map (mlc-ai#440)
This PR fixes `\"` issue in `index.js.map`, which breaks Vite
deployment, follows the thread
mlc-ai#414
This PR undoes the change in `cleanup-index-js.sh` to `index.js` in
mlc-ai#420, and update `"` to `'` for
`index.js.map`.
0 commit comments