- 🐛 Ensure remix SSR module is loaded
- 🐛 Ensure module is ready before accessing [#27]
- ✨ Add support for app Promise
- 🔨 Ensure plugin runs at end via
enforce: post
- 🐛 Use the moduleGraph to load the server entry point so that we don't call and transform the remix entry server twice [#25]
- 🐛 Move minimatch to a dependency [#22]
- ✨ Add
configureServer
option inexpressDevServer
plugin [#6]
- 🐛 Check to see if physical file exists and send to Vite [#12]
- 🔥 Remove console.log
- 🐛 Add appDirectory config to support non-app folder [#11]
- 🚨 Breaking Change: split package into two separate packages
- 🔥 Remove the Remix Vite
expressPreset
- 🐛 Cannot find build/server/remix.js [#1]
- 🎉 Initial commit