Zach Wegrzyniak
Zach Wegrzyniak
@tmccombs > Or maybe if the {.} format is used and there is also an --extensions option that includes a dot, then that suffix should be removed if it matches?...
For browser targets using psl, punycode.js's readme has this wrinkle in it: > The current version supports recent versions of Node.js only. It provides a CommonJS module and an ES6...
@lupomontero after using `yarn add psl@https://github.com/lupomontero/psl#punycode.js` (with yarn@3) and removing the corresponding webpack@5 `resolve.fallback.punycode`, this branch appears to work as I'd expect.
> The esbuild development server does not live reload, instead developers must refresh the browser which will cause a rebuild and reserver of the changed files. @ChristophLabacher how do you...
The back or front end? I’d gotten the front end running with react-scripts. We can just roll our own jest config though. > On Oct 14, 2021, at 09:39, Marius...
@mariuswilms I believe you mentioned using https://golang.org/pkg/embed/ from go 1.16. `vfsgen` is still floating around from the looks of it. Are we still planning on switching? Some other notes about...
How attached are we to JSX Elements being the entirety of a playground? iirc, it's supposed to be sugar to allow designers to get started with a playground without too...
@mariuswilms that sounds like we're almost there. I'll try building and running it sometime before our meeting on Friday.
One thing I noticed trying to build this locally is it doesn't vend `yarn`. With `yarn@3`, I think `.yarn/releases/[version]` needs to be checked in.
There is now a corresponding `user-components` branch in https://github.com/rundsk/example-design-system and https://github.com/rundsk/example-component-library. @ChristophLabacher let me know if you're still unable to build, but I think we're getting closer on the almost...