chore: more details on build formats [ci skip]

This commit is contained in:
Evan You
2019-12-23 10:12:35 -05:00
parent f601f87dad
commit 51764d3195
2 changed files with 23 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ We have achieved most of the architectural goals and new features planned for v3
- [x] Built-in identifier prefixing (aka "stripWith")
- [x] Built-in pretty-printing
- [x] Lean ~10kb brotli-compressed browser build after dropping source map and identifier prefixing
- [x] SFC compiler (replacement of `@vue/component-compiler-utils`)
- Runtime
- [x] Significantly faster
@@ -23,7 +24,6 @@ We have achieved most of the architectural goals and new features planned for v3
## Major TODOs:
- [ ] SFC compiler
- [ ] Server-side rendering
Also note that the current implementation requires native ES2015+ in the runtime environment and does not support IE11 (yet).