Closed mesqueeb closed 4 years ago
[!]
(plugin buble) CompileError: Transforming for-of statements is not fully supported. Use transforms: { forOf: false }
to skip transformation and disable this error, or transforms: { dangerousForOf: true }
if you know what you're doing.
thanks a lot! I rewrote the for...of as a forEach and the problem went away!
error:
my rollup settings:
I believe I sould perhaps pass some settings to buble rollup plugin, but not sure what.
Any help much appreciated!