Hi, my application needs to support IE11. I know stimulus provides polyfills from ‘@stimulus/polyfills’, but yarn doesn’t seem to grab polyfills from the @stimulus package (screenshot of our node_modules below). We’re running stimulus v1.0.1. Is there a different way I should be grabbing them? Thank you!
The @stimulus/polyfills package is private (unpublished) because we’d rather not publish a package that just exports other 3rd party packages. See https://github.com/stimulusjs/stimulus/issues/60.