v4.0.0
Bundle size shredding
Due to deprecating a lot of custom server code and CJS the bundle size has decreased from 9.03 MB to 914.4kb
[BREAKING] Remix Dev Tools is now a ESM only, Vite plugin for Remix
We have deprecated support for CJS and moving forward will only be supporting ESM apps. If you're using CJS you can stick to v3.7.2 until you are read to upgrade!
Deploy anywhere!
Remix Dev tools can now be deployed to any environment of your choice. You can just pass in the includeInProd: true
flag to the plugin and it will bundle it in non-development environments.
Also it needs to be in "dependencies" instead of "devDependencies"
Documentation website!
Remix dev tools now has a doc site! You can find it here:
https://remix-development-tools.fly.dev/
Whats new
- Go to source feature now sanitizes paths which should allow for all operating systems to open the path correctly.
- You can now close remix development tools with "ESC" when open
- You can now open and close the tools with "SHIFT + A"
- Various bug fixes
What's Changed
- Update Logo to have 1200x630 ratio by @brookslybrand in #102
- V4 major by @AlemTuzlak in #108
Full Changelog: v3.7.4...v4.0.0