Julian Scheid

Results 135 comments of Julian Scheid

We could add a mechanism to pass a URL-to-hash mapping as suggested [here](https://github.com/webpack/webpack/issues/14310#issuecomment-925789886), and bake that into entry chunks (or ideally into all chunks which will load the URL when...

Could you provide a repro for the `contains unresolved integrity placeholders` error?

Which version of this plugin are you using, which version of Webpack?

Thanks. This looks like a bug, and your guess (0 being falsy) seems likely. The next step would be to create a failing test case, could you help with that?

I'd prefer an integration test rather than a mock. A test repository that demonstrates the issue would be perfect, I could turn that into a test easily. Do you have...

Could you send over your `package-lock.json` or `yarn.lock` file? And your `package.json` would be good to see as well.

No problem. Your use of storybook forces Webpack to version 4: ``` $ grep version node_modules/webpack/package.json "version": "4.44.2", ``` That version is incompatible with a number of other dependencies you've...

I'll see that I can include a fix for this in the next release. Could you create a demo repository that shows this problem?

@ivany4 never mind, I can put the test case together myself no problem.

Hi @MLoughry, I'd like to request your review here because I've made some fairly extensive changes to your feature: 9a9ffab1d5124784e78976f6178d4dc57ee84f8e and 20a2d7a35610d71416f3f2a9936523dadeb603ce. This was mainly to make CodeClimate happy, and...