Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix][Vite] Fix error for index.js.map (#415)
Address issue #414. Since `index.js.map` is a json, when specifying string, we should use `\"` instead of `"`. Prior to this PR, we populate `const performanceNode = "MLC_DUMMY_REQUIRE_VAR"`, this PR changes it to `const performanceNode = \"MLC_DUMMY_REQUIRE_VAR\"`
- Loading branch information