JuniorTour / vue-template-babel-compiler

Enable Optional Chaining(?.), Nullish Coalescing(??) and many new ES syntax for Vue.js SFC based on Babel
https://www.npmjs.com/package/vue-template-babel-compiler
118 stars 9 forks source link

fix: resolve dependency issues #40

Closed merceyz closed 2 years ago

merceyz commented 2 years ago

What's the problem this PR addresses?

https://yarnpkg.com/advanced/rulebook/#packages-should-only-ever-require-what-they-formally-list-in-their-dependencies

How did you fix it?

arcanis commented 2 years ago

Gently ping @JuniorTour? If you had a chance to review and release this PR it'd be much appreciated, as it's causing our Vue E2E tests to crash 😃

JuniorTour commented 2 years ago

We just publish v1.2.0 contains this Pull Request.

Try it by:

npm install vue-template-babel-compiler@latest
// or 
yarn add vue-template-babel-compiler@latest