the terser webpack bundle optimizer by default renames javascript classes. as a result, composer.compile fails with
Invalid argument "task" in "task" combinator
Argument value: m {
'.combinator': [Function: .combinator],
type: 'action',
name: '/_/authenticate',
path: '.test'
}
for now, a workaround is to set keep_classnames: true in the terserOptions passed to the terser webpack plugin constructor.
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: truein theterserOptionspassed to the terser webpack plugin constructor.