Closed ralts00 closed 6 years ago
Thanks, I think the Vue cli has changed their babel deps since I wrote this package, so I think I need to add the babel 2015 preset to the normal devs. Thanks for reminding me.
Hi @ralts00
I have removed this dependency from this package now and have created a PR. It is passing all tests but could you help me test it?
I am happy to create a prerelease version on NPM if that helps?
I have testing with the changes and it works now !
Thank you for the quick fix 😬
Awesome, thanks
v2.5.1 is live with these changes. Thanks for your help.
Hi, could you help me with an error when i'm implementing the module:
package.json has a devDependency:
"babel-preset-es2015": "^6.24.1"
But when i run
npm install vue-full-calendar
and run my vue project i get the error below:If i move on the package.json the devDependency to dependencies, i get run it successfuly.