Open mkubilayk opened 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?
Yeah, that would be ideal.
Ok, I better pull my finger out then :)
Having
.babelrc
in the installed package messes up with some tools likebabel-loader
. Can we please remove it from the npm package? It might be good to removetests/
as well.