Jason Miller
Jason Miller
Regarding naming, it's possible we could use expansions like that along with a Google Closure Compiler integration to minify to the current implementation. At the very least, we could do...
Ah for sure. The parser can probably be tweaked to fix this.
I see the value of skipping `foo_bar` for sure.
Probably couldn't get that into 1kb. What about passing the resulting HTML into `DOMParser`?
@alireza-mh Code imported from node_modules is ES5, _regardless of whether it uses ES Modules_. This is a common misconception - libraries like `react-router-dom` and `redux` don't actually provide ES2015, they...
Right - I believe even with all transforms enabled right now preset-env would produce polyfill imports since it isn't aware preset-modules is transforming things. I believe the `useBuiltIns:entry` option should...
@jquense I couldn't agree more! :) FWIW I've found myself using polyfill.io's configurator tool and then grabbing the resulting polyfills (with the `?flags=always` parameter) and just inlining that. I tend...
oh, brilliant haha. One thing potentially worth trying would be to exclude known false positive inclusions of corejs: ```js exclude: [ /transform/, 'es.map', 'es.set', 'es.object.assign' ] ```
@heathersimpson hmm - I just tried with [Nectarine.rocks](https://nectarine.rocks) and everything seems to be working okay. Maybe it's something with the official peach app? I don't have much insight into it.
@cavejohnsonlemons Thank you for sharing your story, and I'm sorry you got locked out! I actually do have the API for reset password, so I can add that feature to...