Matt Rossman

Results 73 comments of Matt Rossman

I am having the same issue. It is kind of silly for a Preact UI library to depend on React :P

To clarify, I'm not suggesting the current distribution channel be removed, just that the binaries be mirrored on npmjs. Nothing would change for folks that don't use NPM. That being...

Good idea, I've never published on npm before but I'll look into how I might repackage it :)

I've put together a working example here: https://github.com/mattrossman/tweego-node Right now it just downloads version 2.1.1 but ideally the node package versions would mirror the Tweego version.

Scripts that have `type="module"` are automatically assigned the defer property, so they will essentially run at the end of ``. However, A-Frame requires that the script is included *before* the...

I'm testing it here: https://rawcdn.githack.com/LeviPesin/three.js-1/a0f8cbd345e98f3e9ecf3fc1bf922add84d98905/editor/index.html It isn't working for me. > The FetchEvent for "https://rawcdn.githack.com/LeviPesin/three.js-1/a0f8cbd345e98f3e9ecf3fc1bf922add84d98905/editor/index.html" resulted in a network error response: a Response whose "body" is locked cannot be used...

Not seeing it on my end: https://rawcdn.githack.com/LeviPesin/three.js-1/9d87837f28a96116bea898506350269f2bf59a8c/editor/index.html ![image](https://user-images.githubusercontent.com/22670878/172859387-80379d54-c0fa-48f3-8582-9523d6b88c95.png)

In my case https://github.com/mattrossman/three.js/commit/bc818a752ae2e3ad13adceaa142608c7c9f56de0 I had to copy the two libs (ffmpeg.wasm and es-module-shims) from unpkg locally. [Working demo](https://rawcdn.githack.com/mattrossman/three.js/bc818a752ae2e3ad13adceaa142608c7c9f56de0/editor/index.html).

@sahil-blulabs Thanks, that's a useful tip. Definitely not a replacement for the autoClosingTags setting though. Emmet takes a couple seconds to kick on on CSB so this still slows me...

Not familiar with writing rollup plugins but I find it strange that `options.file` is `null` in `generateBundle` but not in `outputOptions`. It seems difficult to lookup the original configured `file`...