prefresh icon indicating copy to clipboard operation
prefresh copied to clipboard

Hot Module Reloading for Preact

Results 25 prefresh issues
Sort by recently updated
recently updated
newest added

I'd like to help port the babel plugin to SWC. Can somebody please explain what the differences are between the react version and the Preact version? I plan to start...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.5 to 5.0.12. Changelog Sourced from vite's changelog. 5.0.12 (2024-01-19) fix: await configResolved hooks of worker plugins (#15597) (#15605) (ef89f80), closes #15597 #15605 fix: fs deny for...

dependencies

A user saw this pop up due to a minor version resolution issues w/ a Preact-CLI app which surprised them. Can we check if Next exists before providing this? Or...

I use webpack to multi-compile modules, with support for hot updates. like this: ``` // webpack.config.js const config = [ { name: 'C1', entry: './src/C1.js', plugins: [new PreactRefreshPlugin()], output: {...

Hello, I'd like to report an issue with HMR when using `webpack-hot-middleware`. ### Repro Here's the repro — https://github.com/plesiecki/preact-hmr-middlewares-repro. Infinite re-rendering happens when I edit imported but unused component, like...

I'm making my own prefresh integration for fun, and I decided to compare the behavior of mine to a known working implementation so I could verify how it works. My...

Seem to really like #521, with same fix. ``` [webpack-cli] Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './src/index.js' is not defined by "exports" in C:\path\to\project\node_modules\@prefresh\webpack\package.json imported fromC:\path\to\project\webpack.config.js at ModuleLoader.resolve (node:internal/modules/esm/loader:365:25) at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:240:38)...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.5 to 5.0.13. Changelog Sourced from vite's changelog. 5.0.13 (2024-03-24) fix: fs.deny with globs with directories (#16250) (d2db33f), closes #16250 5.0.12 (2024-01-19) fix: await configResolved hooks of...

dependencies

A minimal reproduction of a memory leak when passing a signal's value (content) to a component as a prop. https://stackblitz.com/edit/vitejs-vite-gxocdd?file=src%2Fapp.tsx I used `setInterval` for the reproduction, but in more realistic...