Deepak Anand
Deepak Anand
Fwiw, this has precedent and the CEFSharp API provides an API to intercept specific URLs and not the scheme wholesale: https://github.com/cefsharp/CefSharp/wiki/General-Usage#loading-htmlcssjavascriptetc-from-diskdatabaseembedded-resourcestream
By design in webpack, loaders run before plugins. So the variables defined by `DefinePlugin` are not "seen" by `webpack-conditional-loader` because they are not text-replaced yet
@dnenov is working on this as part of https://github.com/DynamoDS/Dynamo/pull/14987