Mikhail Shipov
Mikhail Shipov
Thanks a lot, @darby3 and @ScottTrenda! > Possible workaround: applying a 1px min-height to the body div in the above example collapses the div as I'd expect it to. >...
@alexander-akait could you point me where can i do that? Is it this place, where i should register my own plugin instead of bundled https://github.com/webpack/webpack/blob/master/lib/WebpackOptionsApply.js#L560 and for that allow to...
Did this that way ``` import webpack from "webpack"; const pluginName = 'ReadonlyCachePlugin'; class ReadonlyCachePlugin { apply(compiler: webpack.Compiler) { compiler.cache.hooks.store.intercept({ register: (tapInfo) => { compiler.getInfrastructureLogger('webpack.cache.ReadonlyCachePlugin').info(`Cache is in readonly mode. Suppressing...
> Yep, it is good solution, ideally we should fix and allow to use shared cache instead trying to do workarounds agreed, but shared caches are staying in review status...
Add pull request https://github.com/postcss/postcss-color-function/pull/51
@MattDMo @vganshin your solutions solve the problem, thanks!
Meet this too. With hard refresh user agent in service worker become same as in navigator but even after that with usual refresh user agent in service worker still differs
@smelukov please take a look. Should not take much time
Yes. You're right. Readme will be extended
require of esm is now backported to node 20 without flag