Nicolas Stepien

Results 44 issues of Nicolas Stepien

My configuration looks like this: ```js postcss({ extract: true, minimize: process.env.NODE_ENV === 'production' }) ``` --- https://rollupjs.org/guide/en/#augmentchunkhash https://github.com/egoist/rollup-plugin-postcss/blob/master/src/index.js#L140 The `augmentChunkHash` hook is used to augment the hash of chunks (entry...

bug

Would it be possible to add support for HMR? For example ```js postcss({ hot: process.env.ROLLUP_WATCH === 'true', // new! extract: true, minimize: process.env.NODE_ENV === 'production' }) ``` `rollup-plugin-hot-css` (https://github.com/PepsRyuu/rollup-plugin-hot-css) does...

enhancement
contribute welcome

## Environment - Linaria version: 3.0.0-beta.7 - Bundler (+ version): [email protected] - Node.js version: v16.4.0 - OS: win10 ## Description We have some absolute path imports to modules under `src`,...

cat: performance 🚀
needs: complete repro 🖥️
bundler: webpack 📦
cat: testing 🛡
cat: modules aliasing 🔗
bug report 🦗

- `eslint-plugin-jest-dom` version: 3.8.1 - `node` version: 16.1.0 - `npm` version: 7.11.1 Relevant code or config ```javascript expect(screen.queryAllByRole('option')).toHaveLength(2); // some action here expect(screen.queryAllByRole('option')).toHaveLength(1); ``` What you did: I want to...

https://devblogs.microsoft.com/typescript/announcing-typescript-4-8-rc/

- [ ] API documentation - We'll probably write all the API docs in the README.md - #2615 - #2650 - [ ] Examples / demos - [ ] Remove...

Documentation
Needs Help

NVM we steal focus immediately on `mousedown` before we can focus on anything else it seems...

React version: 18.2.0 ## Steps To Reproduce 1. call `event.preventDefault()` in `onChange` or `onClick` handler 2. the checkbox element may not reflect the `checked={checked}` prop in some cases Link to...

Status: Unconfirmed

## Environment - Linaria version: 4.2.0 - Bundler (+ version): [email protected] - Node.js version: 18.8.0 - OS: Windows (local) and Linux (CI) ## Description Linaria + rollup can lead to...

needs: complete repro 🖥️
bundler: rollup 🗞️
bundler: webpack 📦
bug report 🦗

## Environment - Linaria version: 4.2.0 - Bundler (+ version): 5.74.0 - Node.js version: 18.8.0 - OS: Win11 ## Description ``` webpack 5.74.0 compiled with 1 error in 1118 ms...

needs: complete repro 🖥️
bundler: webpack 📦
bug report 🦗