drawer icon indicating copy to clipboard operation
drawer copied to clipboard

Is core-js necessary?

Open bvisness opened this issue 5 years ago • 1 comments

I was looking at the bundlephobia for this library and found that about half of the footprint is core-js. But I can't find a single reference to core-js anywhere in the source code. Is it necessary?

bvisness avatar Jun 24 '19 19:06 bvisness

I think this was related to babel-runtime being included, which I removed in this pr https://github.com/react-component/drawer/pull/121

You should be able to close this issue if / after https://github.com/react-component/util/pull/76 gets merged and another release goes out for rc-drawer

avindra avatar Feb 07 '20 19:02 avindra