Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mark @vue/compiler-sfc as an optional peer dependency
Fixes vuejs/vue-cli#6595 Fixes vuejs/vue-cli#6596 It's not optional actually. However, in Vue CLI projects for Vue 2, vue-loader v16 is installed but not used. In that case, the missing peer dependency error should not be thrown. There's a dependency check in the entry file anyway.
- Loading branch information