Guille Scura
Guille Scura
@xzyfer could you take a look at this please? 🙂 TIA!
@xzyfer I've taken a look at https://github.com/gobwas/glob/ and there's also a similar issue to the one of `doublestar`, as reported in https://github.com/gobwas/glob/issues/47 negation only works on a character range or...
> Would we be able to make it so the `?files=` querystring param uses the old way, and maybe the better compressed way uses `?f=`? Just want to make sure...
@adamdbradley I've updated the PR to keep supporting the `files` key but now generate new URLs with an `f` key instead.
> How about keeping a versioned registry of the default settings/files, so that you can just pass v=17 and it would use the defaults from that version, and the `f`...
I couldn't reproduce the issue reported. Can you try again with `v0.3.1`?
I went with the approach suggested by @melosomelo but by using the actual values defined by Next: ```js options.define = { "process.env.__NEXT_TRAILING_SLASH": JSON.stringify(process.env.__NEXT_TRAILING_SLASH), "process.env.__NEXT_IMAGE_OPTS": JSON.stringify(process.env.__NEXT_IMAGE_OPTS), "process.env.__NEXT_REACT_ROOT": JSON.stringify(process.env.__NEXT_REACT_ROOT), "process.env.__NEXT_OPTIMIZE_FONTS": JSON.stringify(process.env.__NEXT_OPTIMIZE_FONTS) };...
Any news if there's anything left for this to be merged @adamdbradley? 🙂
Thanks for driving this forward @wmertens!