Skip to content

2.8.0

Compare
Choose a tag to compare
@drwpow drwpow released this 18 Aug 00:11

⭐ New

  • snowpack build --watch mode: have snowpack build to disk on every file change. Great if you are running your own server, such as Rails (#782).
  • @snowpack/plugin-vue has a new error output (#809). Give it a try!
  • The app-template-react template now comes preloaded with React refresh! (#829)

🐛 Improvements / Bugfixes

  • Dev server swallowing console logs has been fixed (#762, #807, #809). Also as a bonus, we dropped ora as a dependency, lightening the build a little and improving Windows output.
  • CommonJS support has been improved (#783)
  • Many module resolution & alias fixes for more stable development (#777, #554, #789, #796)