-
**Is your feature request related to a problem? Please describe:**
I would like to run this in a docker container to get the obvious benefits of containers.
**Describe the solution you'd like:**…
-
Training process is too slow, using cache file may accelerate? So where can i get cache file for training?
And any method can accelerate the training? I train HMR with 4 GPUS(3090), it may use 40 day…
-
We are using rollup to bundle a backend server (nodejs with koa).
For development, we run rollup in watch mode with the run-plugin that initially starts and then restarts the sever on every change.…
-
### Reproduction
Can't import JSON documents in app.
```js
import translations from "@shopify/polaris/locales/en.json" assert {
type: "json",
};
```
### System Info
```shell
System:
O…
-
Let's consider simple node.js api based on express that has one endpoint `/test` that would simply return `Hello world`.
Goal would be to change any file of server and have it `hot reloaded` witho…
pie6k updated
4 years ago
-
# 🙋 feature request
Parcel CLI has an option '--open' which enables to opens bundled file with a browser automatically. However, if you stopped the HMR server with Ctrl + C, that tab does not…
-
```javascript
entry: [
"webpack-hot-middleware/client?reload=true&path=/__webpack_hmr",
"@babel/polyfill",
"./src/index.js",
"./dll/vendor.dll.js"
],
new HtmlWebpackPlugin…
-
## 什么是 react-refresh
[react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) 是 React 官方提供的一个 模块热替换(HMR)插件。
> A Webpack plugin to enable "Fast Refresh" (also previo…
-
### Version
15.9.8
### Reproduction link
https://github.com/nskazki/vue-loader-wont-hot-reload-text-nodes
### Steps to reproduce
1. Run `npm run build` and check `dist/main.js`. You shouldn't…
-
Hi,
I tried to build the studio following the [instructions ](https://github.com/sgenoud/replicad/tree/main/packages/studio). but have this Error. I ran `npm i` in the root too.
```
[plugin:vit…