Migration from v1
Node.js Compatibility Changs
In v2, the minimum Node.js version is 20.
Dropping Webpack 4 support
In v2, the support for Webpack 4 and Vue CLI 4 has been removed.
Plugin Options Migration
Click here to view all plugin options.
v1 | v2 |
---|---|
launchEditor?: boolean | LaunchEditorOption | |
launchEditor?: boolean | LaunchEditorOption | |
highlight?: boolean | HighlightOption | |
server: { port } | |
highlight?: boolean |HighlightOption | |
passLogs: boolean | |
inspector?: boolean | InspectorOption |