Mitsunee
Mitsunee
Seems to be a user error. The element with the id `get-help` does not have the class `languages`: ```html ``` The selector `#get-help.languages` thus cannot possibly find any valid result....
came here to open this exact issue. I have XDG user dirs configured and ``` prefix=${XDG_DATA_HOME}/node cache=${XDG_CACHE_HOME}/npm init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js ``` in my npmrc (location configured via `$NPM_CONFIG_USERCONFIG`, which is fine) and...
I will try the altLoader and see if that works for me (I'm intending to mostly just use a single `stylesheet` per component and postcss plugins instead of inserting any...
I'm assuming persistent cache is turned on in nextjs by default? I haven't changed anything other than the config I included above, not sure what nextjs' defaults are like (and...
> * If you’re using Node 12 or 14, you should use `--moduleResolution node16`. The features added to 16 have fully or mostly been backported to 12 and 14. >...
> I’m not willing to debate the validity of the broad claims I’ve made in this issue. Secondly, this issue is about bundlers and non-Node runtimes, so while I appreciate...
Closing this as I'm no longer using Next and it seemingly either was never supported properly or just works now. The section in the docs just says "see example" with...
As someone who has maintained a BetterDiscord theme for the better part of two years I know the pain of writing custom styles for a react app that changes classNames...
> Which is weird... I'd have thought vercel/webpack to perfected the tree shaking part sadly this is not quite the case yet for Next, which is still CJS under the...
@sammarks Kind of, but it broke TypeScript for me and I haven't messed with it in a while (I did get an email with a suggestion, but haven't tried it...