Jrson
                                            Jrson
                                        
                                    I also confirm, since about a week, the page runs really bad. It sometimes does not respond at all, or throws a 500 error.
Any chance getting this merged?
I have setup a custom module for klaro with magento 2.3.5 using config.js and klaro.js with [this tutorial](https://devdocs.magento.com/videos/fundamentals/add-a-javascript-module/). I wrapped the klaro.js code with (not the config.js): ``` require(['jquery'], function($){...
> Hi! > > When an element is split between multiple pages, its margin is not repeated. You can use [`box-decoration-break`](https://developer.mozilla.org/en-US/docs/Web/CSS/box-decoration-break) to repeat it. > > (🤞🏽 it should work...
Thanks, I got it working on the report.css sample. ``` html body h2 { margin-top: 0; padding-top: 0; break-before: always; font-size: 20pt; string-set: heading content(); } html body article:not(#cover) {...
Will you release a npm package with integrated #118 soon?
Hey @yandeu, I tried setting up a project with SSR and `"type": "module"` inside `package.json`. To reduce entry point size, I'd like to import every export from `nano-jsx/lib/` instead of...
Oki, I didn't use Webpack, I used [Vite](https://vitejs.dev/) with [vite-plugin-ssr](https://vite-plugin-ssr.com/) which is using ESBuild to compile Typescript. I gonna read the docs again and see if I can get it...
> I finally got a working example :) > https://github.com/nanojsx/nano-jsx-esm-example Nice, thanks. I also tried but couldn't get it working. Will you remove cjs support in the future?
> I have to think in a way to make this data persistent That would be cool. For my readingTime plugin I figured out I had to use `site.preprocess` to...