webpack-encore icon indicating copy to clipboard operation
webpack-encore copied to clipboard

Add vue 2.7 feature

Open billyct opened this issue 3 years ago • 0 comments

https://blog.vuejs.org/posts/vue-2-7-naruto.html

With vue 2.7 released, so i try to upgrade my app to vue 2.7.

and followed the upgrade guide, after I removed the package vue-template-compiler

Upgrade vue to ^2.7.0. You can also remove vue-template-compiler from the dependencies - it is no longer needed in 2.7.

it shows me the error

Error: Install vue-template-compiler to use enableVueLoader(  )
yarn add vue-template-compiler --dev

so add a special feature named vue2.7

billyct avatar Jul 14 '22 04:07 billyct