Closed jquense closed 6 years ago
I also loosened the browsers a bit for more specific mobile ones as well as making sure closure wasn't including polyfills (for now)
@jquense Just noticed the rewritePolyfills
set to true. Are GCC's polyfills any better? I'm assuming only the required polyfills are injected
So i set it to false
because I noticed GCC adding them (which you can see as $jscomp..
in https://unpkg.com/react-dom-lite@0.3.0/lib/react-dom-lite.min.js) By default it does include certain polyfills and maybe we want them, but for now I think it makes more sense to have users provide them like React does, and maybe if not enough browsers support them switch strategies (like WeekMap) but for now I think it's ok for folks to include them themselves in this early stage
been upgrading to babel 7, this was next :)