cli@0.3.4
📦 remixView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This patch improves the default Remix application template for production builds and fixes a security/path traversal issue in `remix doctor --fix` related to symlinks.
✨ New Features
- Default `remix new` app template now starts production with NODE_ENV=production, minifies browser assets, resolves frames on client and server, and uses dev server watcher instead of asset server watcher.
🐛 Bug Fixes
- `remix doctor --fix` is prevented from creating or updating files outside the project root when fix paths traverse symlinks.