- add
CompilerError
type
- fixed
ErrorTypes
miss message bug
- add
ErrorTypes
- add
renderStream
error event handler - add component path to error info
- reconstructing code to improve performance
- add vue error handler
- add
transform-object-rest-spread
for object rest spread
- change
vue-server-renderer
to peer dependencies due to vue version check - disable
.babelrc
in babel-loader
- add
options.global
- add
regeneratorRuntime
forasync/await
- html error character bug
- remove vue-meta, but option head still work in server side render
- state data doesn't work well when not in server render data bug
- renderer with vuex bug
- add renderer options
watch
- remove
css-loader
sass-loader
less-loader
, usenull-loader
to deal style
- add renderer options
onError
- sass and less support bug
- client init state to vue options data bug
- render multiple header bug
- compiler bug when using plugins with string path and es6
export default
- compiler bug when using plugins with string path
- support using plugins with string path
- and
sass
andless
internal support
- remove renderer options
streamFlag
- add vue plugin support
- change
vue-loader
to peer dependencies
- scoped css bug
- add
vuex
store support
- change
vue
andvuex
to peer dependencies
- client-plugin set data to children component