Ryan Weaver

Results 328 comments of Ryan Weaver

Dan - do you have a fix you could propose? Nobody *super* maintains this bundle, but I’d certainly be happy to merge a pr and tag.

Indeed we need to update this! If someone has time to update the `composer.json` file and `.travis.yml` so that it tests all versions, that would be HUGE. Good examples to...

See #40 - we just need to see what changes to `.travis.yml` or `composer.json` need to be made to make the tests pass. If you're able to help debug those,...

@jlaso are you still interested in this feature?

Hmm. This is from a complex workaround in https://github.com/symfony/stimulus-bridge/blob/4204b399dfca85f209af38f3f5184fadcf4bbd23/src/webpack/loader.ts#L31-L39 ... a workaround we also use in Encore, and I can't find any issues there about it. Does the error go...

Btw, my current "go to" is to, as much as possible, have only one entrypoint in Webpack. If you're worried about packing too much into your one entry package, i...

Installing `core-js` should fix it, but I'm confused how this is happening to people. I believe that what causes this is the combination of (A) no `core-js` install and (B)...

@Cartman34 I've tried to offer some help about the package over on https://github.com/symfony/webpack-encore/issues/1129 - my guess is that the error is related to working on a package. Specifically, you may...

> Could you maybe add some functional tests using symlinks? Yes, this would be great! It can be added in this section - probably we could just create a symlink...

I don't have any direct experience with service workers yet, which is basically why this hasn't been given any specific thought in Encore. I have no idea what would be...