Marc Hanisch

Results 13 comments of Marc Hanisch

It would be great to see the support for this module pattern! :-)

Hi, any news or workarounds for this? I'm using webpack 4.x and the error still occurs.

Okay, I could get a workaround for webpack as follows: Install `imports-loader` and `exports-loader` and add the following rule to `webpack.config.js`: ``` module : { rules: [ { test: require.resolve("jsonix"),...