jpiersol
Results
2
comments of
jpiersol
@jasons2000 Have you done any work on this? I'd be interested in using and/or helping develop.
I've been able to work around this by declaring errorhandler as a [string external](https://v4.webpack.js.org/configuration/externals/#string) in the webpack config: ```ts const webpackConfig = { externals: [ { 'errorhandler': '{}' }, ......