Skip to content

Commit

Permalink
fix(docs): typo (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
varna authored Sep 21, 2020
1 parent 96531fc commit 2893a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ Both Snowpack v2 and Vite offer native ES module import based dev servers. Vite'
- Both solutions can also bundle the app for production, but Vite uses Rollup with built-in config while Snowpack delegates it to Parcel/webpack via additional plugins. Vite will in most cases build faster and produce smaller bundles. In addition, tighter integration with the bundler makes it easier to author Vite transforms and plugins that modify dev/build configs at the same.
- Vue support is a first-class feature in Vite. For example, Vite provides a much more fine-grained HMR integration with Vue, and the build config is fined tuned to produce the most efficient bundle.
- Vue support is a first-class feature in Vite. For example, Vite provides a much more fine-grained HMR integration with Vue, and the build config is fine tuned to produce the most efficient bundle.
## Contribution
Expand Down

0 comments on commit 2893a41

Please sign in to comment.