Skip to content

slack project ts 2019 08 12

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:

rollup -c && cp -R node_modules/vivliostyle/resources dist/
...
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.
18:20 Johannes Wilm I will take a look at it

Clone this wiki locally