Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove all the crazy bundled files (#2183)
Downgrade `codemirror-json-schema` to fix the massive bundle size based on the comments [here](jsonnext/codemirror-json-schema#125). After downgrading this is the new bundled output: ```sh > tsc && vite build vite v4.5.3 building for production... ✓ 1481 modules transformed. dist/index.html 0.65 kB │ gzip: 0.41 kB dist/assets/favicon-2732bf7e.ico 15.41 kB dist/assets/index-1905dbdc.css 52.20 kB │ gzip: 9.56 kB dist/assets/index-5b44d2c3.js 1,662.44 kB │ gzip: 526.12 kB ``` Thanks @mistermoe for searching github issues with me! :) Co-authored-by: Moe Jangda <[email protected]>
- Loading branch information