LB (Ben Johnston)
LB (Ben Johnston)
@th3hamm0r you are a core team member now - feel free to do a formal review (using the GitHub review step) and merge this in. I have not seen any...
Just re-added the needs review label - it looks like I accidentally removed it the other week - I have not done a review on this.
@ribosradagast - I ran into a very similar issue and after about a week of chipping away at it I think I have a solution. I do think there is...
Update, the last line in the `use` array can just be: ``` neutrino => { neutrino.config.when(process.env.NODE_ENV === "production", config => { config.externals({ react: "React" }); }); } ```
@edmorley - thanks for the response, I think there needs to be an option for `externals` that does *not* use the webpack-node-externals but instead turns that off and just submits...
Loic - good call about the `trimmed` position - I'll try to resolve this soon. I'll update the description checklist to include this and the other item. @loicteixeira @zerolab is...
Tests updated to include scenarios listed above, just need someone to trigger the workflow. I was getting this error locally but it does not not seem to be related to...
#10045 will fix some of the `script` elements used as template tags in `documents|images/mulitiple/add`. Hopefully will get a chance to update this main issue with all the things that are...
Good reference for common web application keyboard shortcuts https://usethekeyboard.com/
See also. https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey Note. It's not recommended to use this but it's a good reference for naming things if we did our own data attributes approach. E.g. `data-controller="w-accesskey"`