Andrew Hyndman
Results
2
comments of
Andrew Hyndman
It's possible this won't actually be a meaningful improvement over proper tree shaking, if that's enabled in your Webpack build.
Babel 7 now assumes that files it processes are ES modules, by default. I believe there's a babel configuration to disable that if desired, but I don't see any reason...