-
Use the [debug](https://www.npmjs.com/package/debug) module so we debug with env var like `DEBUG=react-hmr-ts` to see logs
-
I have a sample where I build a npm package containing a react component and that I'm trying to use the package as a dependency in the target app. Repo [maraf/dotnet-wasm-react](https://github.com/mar…
-
Thought you might find it interesting that you have a user.
Using in [systemjs-hmr](https://github.com/alexisvincent/systemjs-hmr) and transitively in [systemjs-hot-reloader](https://github.com/al…
-
### Bug Report Quick Checklist
- [x] I am on the latest version of Snowpack & all plugins.
- [x] I use package manager **NPM** (Fill in: npm, yarn, pnpm, etc).
- [x] I run Snowpack on OS **Linux*…
-
Very high-quality HMR! I am really interested in it.
Any idea about cut down the optimization time which is quite long on my PC.
-
**Is your feature request related to a problem? Please describe.**
Long discussion on this here: https://github.com/storybookjs/storybook/issues/10616
The idea is that if you are willing to forgo …
-
Try to use it with HMR:
```
config['entry']['nod.html'] = ['webpack/hot/dev-server', '/Users/nod/www/ps_whmcs/assets/_site/nod.html'];
...
config['plugins'].push(new IndexHtmlPlugin('nod.html', 'nod.…
nodkz updated
9 years ago
-
Hello,
I have created a plugin to transform SVG to JSX, and I would like to know how to _apply_ the Refresh facility using the resulting code.
Is there such an API exposed from the plugin?
A…
-
I'm trying to create a pnpm workspace with an
- rspack host
- vite remote
Both using react, is this possible and if so are there any examples so I can try to figure out what I'm doing wrong. T…
-
Hi!
Just starting a new app with this library. While it's smooth, it's maybe a bit TOO smooth as I had to jump through a lot of hoops to get real HMR working since you abstract away the babel confi…