Skip to content

Commit

Permalink
chore: readme [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 8, 2020
1 parent 8e1e09c commit e1dd37f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ Snowpack 2 is closer to Vite in scope - both offer bundle-free dev servers and c

- While Vite can technically be used to develop apps with any framework, its main focus is to provide the best Vue development experience possible. 3rd party framework support is currently not a priority in the roadmap. On the other hand, Snowpack aims to be more flexible and support multiple frameworks at the same time.

That said, because Vite supports resolving `web_modules`, you can use Snowpack to pre-bundle dependencies (which reduces network requests during dev) in your Vite project to speed up full page reloads.

## TODOs

- Config file support
Expand Down

0 comments on commit e1dd37f

Please sign in to comment.