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
akabeko edited this page Nov 16, 2019
·
1 revision
2019-08-12
Time
Icon
Name
Message
16:13
shinyu
@Johannes Wilm I tested “vivliostyle-print” — “How do I build and run the demo?” with vivliostyle 2019.8.100-pre (set “vivliostyle”: “next” in package.json of vivliostyle-print) and got an error with npm install:
... src/index.js → dist/index.cjs.js... [!] (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. (24:13124) node_modules/vivliostyle/lib/vivliostyle.min.js (24:13124)
Question: is “plugin buble” necessary? Vivliostyle supports only modern browsers and does not work on Internet Explorer.