Herberth

Results 19 comments of Herberth

> While this is in the process of getting fixed, here is my current patchy solution (leveraging webpack's svg-inline-loader 😅 ) > > Add `svgLoader()` to your plugins array and...

Same in Chrome 83 and Chrome Canary 85 :(

just install `npm i stream` ✅ https://www.npmjs.com/package/stream And works. Update: I move to `fast-xml-parser`, when bundle with `vitejs` this lib doesn't work

@justinfagnani We are already in 2021 😔😥 will it work with Lit?

Any update for this? cc @justinfagnani @kevinpschaaf

ESM is the future but i guess the solution is to add `"exports"` in the `package.json` for commonjs and esm (?) Typescript can be the solution to transpile correctly. (Currently...

@mhf-ir > That's stupid idea for removing CJS. CJS is main development stream of even modern applications in Node.js (not frondend apps) Moderate how you express yourself. Just stay in...

I don't understand the drama about this 😐. j - just stay to version `^2` - don't use `*` in your package.json - `npm update` won't update anything you spelled...

In other issues, `version 2` will continue to be updated. If the project is not updated is open source, you can do a `PR`. CJS will eventually be deprecated. CJS...

@kennu > This change also broke my project, so I had to downgrade to node-fetch to 2.6.1. You shouldn't use `"node-fetch": "*"` Keep a stable version in your package so...