Michiel Lankamp
Michiel Lankamp
Almost looks like the ifc is included using an import/require and thus part of the minification.
in Vue2 I've added the following to my `vue.config.js` file: ```javascript diff + const webpack = require('webpack'); module.exports = { configureWebpack: { + plugins: [ + new webpack.IgnorePlugin({ + resourceRegExp:...
Hi Steve, Will have a look at the geometry and add Net5 in as well.
net6 support is underway, so this can be closed
Too bad, was hoping this would come sooner. Any workaround?
Will look into it
What about net7, this will be released this month? And maybe remove `net45` and `net46` from the `TargetFrameworks` as support is expired
We had the same problem, seemed to be caused by the DistanceMeasurementsPlugin/DistanceMeasurementsMouseControl. As a workaround we remove them before the snapshot, and add them back after the snapshot is created