Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix][Vite] Fix string escape in index.js.map #440

Merged
merged 1 commit into from
May 31, 2024

Conversation

CharlieFRuan
Copy link
Contributor

This PR fixes \" issue in index.js.map, which breaks Vite deployment, follows the thread #414

This PR undoes the change in cleanup-index-js.sh to index.js in #420, and update " to ' for index.js.map.

@CharlieFRuan CharlieFRuan merged commit 7f8d24a into mlc-ai:main May 31, 2024
1 check passed
CharlieFRuan added a commit that referenced this pull request May 31, 2024
### Changes
This patch contains various small fixes:
- Allow `log` from `engine.ts` and `llm_chat.ts`, etc. to show in
service and web worker
-
e720f2a
- Fix `index.js.map` issue for Vite
  - #440
- Make `MLCEngineConfig.logLevel` optional
  - #439

### TVMjs
No change, TVMjs compiled at
apache/tvm@71f7af7

### WASM version
- No change -- 0.2.39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant