Gwendolen Lynch
Gwendolen Lynch
@monteiro well, blocking them using the dump command, but not the rest of the bundle. But if it is a new project then you won't have the translations dumped, so...
It seems when the HTML is `load()`ed it is encoded: https://github.com/Imangazaliev/DiDOM/blob/346db1ea94a0f6ead225c2358af770bf33659cf7/src/DiDom/Document.php#L291-L293 https://github.com/Imangazaliev/DiDOM/blob/346db1ea94a0f6ead225c2358af770bf33659cf7/src/DiDom/Encoder.php#L13-L24 But not decoded on calls to `html()` https://github.com/Imangazaliev/DiDOM/blob/346db1ea94a0f6ead225c2358af770bf33659cf7/src/DiDom/Document.php#L595-L598
**Edit:** Below is in addition to requiring `node-polyfill-webpack-plugin` as noted by @lambdakris Just to add to this for anyone else coming here to get this building under Webpack 5. The...
OK, under the context of _"this is how I understood it"_ … - The commented-out `resolve.modules` for some reason is required in my set-up, but it shouldn't be so it...
@barry-luijten I have tonne of work in motion on BoltForms at the moment, but a number of conflicting deadlines … but will try soon … just only so many hours...
I just got lost down a rabbit hole on this one too. :rabbit: It turns out it just requires `--stats verbose` to be added. See https://github.com/webpack/webpack/discussions/14016#discussioncomment-1199902 onwards.
FWIW, I've hit this too and @laland's workaround does resolve it. I'm happy to PR something (if @laland doesn't want to), but what would the maintainers prefer wrt approach?
> Note that in the meantime you can use `Encore.configureLoaderRule()` as a cleaner workaround: Oh wow … I really should think/read more! Thank you! :+1:
Vote 1 this! It has been a long time niggle of mine too :+1:
WFM … as a :princess: who can't UI (and has managed to save records with `:wq` in them — this isn't vi, Gawain!) it can be hard to navigate the...