v4.0.1
Changed
- Remove optional chaining/nullish coalescing code from demo component
- Webpack 4 (used by vue-cli 4, and vue-cli 5 with cli-plugin-webpack-4) chokes on these, and babel/preset-env no longer transpiles them down. Best to not suggest them in demo components.
- Update README with note about babel/preset-env
Known Issues
- Vue 3 tree-shaking is still broken
- Vue 2 is not affected