Thomas Deinhamer

Results 69 comments of Thomas Deinhamer

> @thasmo, do you want to create a separate issue proposing your new draft? I feel this diverges from the original issue too much. > The Sass team discourages the...

@DecliningLotus, at the moment `fontsource` packages feature font files for `all` variable font variations and a `wghtOnly` variation. Is there a reason for not providing a variation per axis? I...

> It isn't the prettiest solution, but far better than what's live now. Has this issue actually been fixed for usage via `@import`?

FYI; this already works that way (space between name and suffix) in the [proposal](https://github.com/fontsource/fontsource/discussions/384).

@lonix1, what's the reason to have `woff` files excluded? (Also, nowadays probably all [relevant browsers support `woff2`](https://caniuse.com/?search=woff2), so removing support for `woff` in general could be an option too.)

If the reason, for excluding `woff` files from the `src` property, is the file size, that wouldn't be a problem because browsers pick the first supported format anyway. `woff` only...

When using the `--json` flag via `webpack-cli` the `webpackbar` plugin should not output ... ``` webpackbar 13:14:00 ℹ Compiling Webpack webpackbar 13:14:04 ✔ Webpack: Compiled successfully in 3.40s ``` ......

Happens now in webpack 5 projects on `npm install` with `npm@7`: ``` npm ERR! Could not resolve dependency: npm ERR! peer webpack@"^3.0.0 || ^4.0.0" from [email protected] npm ERR! node_modules/webpackbar npm...

@pi0 Has there been any progress on webpack 5 compatibility since ... then? 😅 Would love to use `webpackbar` with webpack 5. ❤️

Their docs are very easy to grasp, but basically it does this: ``` Find and load a configuration object from - a package.json property (anywhere down the file tree) -...