CroudTech / vue-fullcalendar

FullCalendar Wrapper for vue
MIT License
483 stars 100 forks source link

Add .babelrc to .npmignore #104

Open mkubilayk opened 6 years ago

mkubilayk commented 6 years ago

Having .babelrc in the installed package messes up with some tools like babel-loader. Can we please remove it from the npm package? It might be good to remove tests/ as well.

BrockReece commented 6 years ago

Hey, I think we had to reinstate this file recently to carry on working in Browserify environments. It's a bit of a pain :(

I think I should look into using something like rollup to provide a transpiled version ready for both Webpack and Browserify envs, then I could include the build directory in the npm package and exclude the rest?

mkubilayk commented 6 years ago

Yeah, that would be ideal.

BrockReece commented 6 years ago

Ok, I better pull my finger out then :)