Fabian Gündel

Results 7 comments of Fabian Gündel

Is it this one #844? Moving declarations to the `dist` folder works too. Since that fixes the issue too, feel free to close this PR.

@garyo I saw that you merged #844 with the declarations fix. It would be great, if you could publish a new release to npm for people to use. Thanks!

I ran some benchmarks in Chrome by taking multiple heap snapshots in the Memory Tab of Devtools. I made a page with the fixed ngl version that removes and adds...

My current workaround is a custom Rollup plugin that directly resolves the template string import like this: ```js // rollup.config.js export default { ... plugins: [ { resolveDynamicImport(specifier, importer) {...

Well, that works flawlessly! Thanks @WickyNilliams! I updated my repository and added a note with the "fix" if anyone else runs into this issue. I think it would be great...

As far as I could tell, `@duetds/date-picker/custom-element` didn't have dynamic imports. Thanks for your quick help!

Oh that's good to know, thanks! These icons are still a bit different from the ones in `dist/svg/` but I can work with that.