José Arzuaga
José Arzuaga
I got rid of mine by going into `/Library/CoreMediaIO/Plug-Ins/DAL` and `/Library/CoreMediaIO/Plug-Ins/FCP-DAL` and deleting `obs-mac-virtualcam.plugin/` like this: `sudo rm -rf obs-mac-virtualcam.plugin/` and also this: ` sudo rm -rf EcammLiveVirtualCam.plugin/` then restarting...
@idangozlan I'm facing the same issue. What I ended up doing is, I created a file with the setting of `__webpack_publich_path__` and then included that on my entry point config...
@catamphetamine The problem I'm trying to solve is being able to build the application once and deploy it to different environments with different CDN paths. You can't use `output.publicPath` for...
Gotcha. Would you know if this something that could be accomplished in an "_easier_" way in `universal-webpack`? I have another app running with `universal-webpack` on which I need to solve...
I see. I'm going to try it on that other application with `universal-webpack` and let you know how it goes. Thanks for the help.
On `webpack-isomorphic-tools` is what @catamphetamine mentioned. We would need to submit a PR to modify that logic. I tried the same on `universal-webpack` and wasn't able to make it work...
Per https://github.com/github/web-systems/issues/428#issuecomment-1412856728 we don't need to do this anymore so this can be closed
@yatskevich Is this gonna be merged anytime soon?
How are you assessing for accessibility for this component?
Some more context here: https://github.com/github/core-ux/discussions/102#discussioncomment-5512115