Nicholas Sunga
Nicholas Sunga
@jgraichen were you able to find a solution for this? in my experience, finding anything for server side rendering image assets are a nightmare either the package is abandoned, has...
@AaronBeaudoin were u able to solve this? When running wds through child_process.spawn(), im able to reproduce: this message just hangs `[webpack-dev-server] Gracefully shutting down. To force exit, press ^C again....
@pBread Were you able to find an alternative or work-around for this? Currently using node 18 but turning off node's fetch with `--no-experimental-fetch` I did notice that fetch is stable...
Via ttl documentation - https://github.com/isaacs/node-lru-cache?tab=readme-ov-file#ttl: > Max time to live for items before they are considered stale. If `0` is the default value, then does that mean whatever I store...
Awesome! @isaacs One last question - and if you dont get to it, its fine If my configuration is only `{ max: 100 }`, then would `has(key)` only be an...
EDIT: I think I got it to work -- configuration done in package.json helped and also installing fresh node_modules hey @raine :wave: did u ever figure out how `cliOptions` is...
EDIT: I think I got it to work -- configuration done in `package.json` helped and also installing fresh node_modules hello @gblock0 :wave: it looks like u gave a good handle...
@s3341458 bootstraprc i think u dont need sassOptions if ur just passing sourceMaps sourceMaps is a parent key for sass-loader: https://github.com/webpack-contrib/sass-loader#options i think this would work: sass-loader?sourceMap=true
@cblanquera hello! im assuming youre using this babel plugin to server side render the assets created from Webpack's file-loader if im wrong, no need to answer but if yes, what...
hey @Gabri3l did u ever find a solution for SSR-ing webpack assets? Looks like u were trying to do `png|jpg|gif` assets Im also facing the same issue