-
sashawashahi, I'm trying to use marionette-client as a dependency with webpack, but I'm running into issues with the dynamic `require()` function defined in `marionette.js`
-
sashawashaI get a `Critical dependency: the request of a dependency is an expression` warning during compilation and then the imports fail when I try to execute the compiled code
-
sashawashaI vaguely think that I might need to use the `contextReplacementPlugin` here, but I'm having trouble understanding exactly what the issue is
-
sashawashahas anybody here dealt with this before or have any ideas about it?