Closed
Description
Line 9 in 6f8fc6f
SVG.js breaks down when minified by terser (some of its internal classnames are clobbered even when asking terser not to do that, and it relies on some pseudo-reflection to match SVGElement
subclasses up by name). Parcel also does not allow excluding certain files or modules from the minification process, it's all or nothing for the whole build.
As a result, build outputs do not actually benefit from minification. --no-minify
ideally should be removed when it would not break things to do so.
Once issues are resolved upstream or new configuration options are available, this issue can be addressed.