Skip to content

docs(examples): Fix compilation of examples with `script` tag

@babel/standalone >= 7 does not provide a mandatory setting to the decorators plugin. We are actually not using decorators, so we just provide { decoratorsBeforeExport: false } in order to get compilation in the examples going again.

Closes #187 (closed)

Edited by Lukas 'ai-pi' Eipert

Merge request reports