You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i suspect that this is testable outside of webpack, by using the terser npm directly; i think composer already uses it, for the conductor code. so a test would be to apply it to the composer code, as well, and verify that the tests still pass?
the terser webpack bundle optimizer by default renames javascript classes. as a result, composer.compile fails with
for now, a workaround is to set
keep_classnames: true
in theterserOptions
passed to the terser webpack plugin constructor.The text was updated successfully, but these errors were encountered: