Ivan Kopeykin

Results 240 comments of Ivan Kopeykin

webpack in general is designed for modules, so webpack doesn't parse `eval()` code. Therefore, this is not possible to support..

your idea could be useful, but full webpack config really big + there is no way to serialize `object` like parameters (plugins objects, functions) correctly

there is no rule how to handle `jpg` file https://github.com/LP1994/experiments_buildHttp_hmr/blob/master/webpack.config.js#L168 + I'm not sure that this will work with `css-loader`..

I didn't get it, so hmr doesn't work entirely or only with `buildHttp` ?

@alexander-akait not sure where redirect this.. webpack works fine (HMR plugin was applied + generating correct updates ), looks like hot-middleware not connecting.. ( sounds like bug in options applying...

@alexander-akait this should work with latest webpack > webpack should copy files from bundled new URL

ah.. I see ```js const worker = new Worker(new URL(/* worker import */ __webpack_require__.p + __webpack_require__.u("src_workers_helloWorld_worker_js"), __webpack_require__.b)); ``` this is not statically analyzable..

without minimizing it works fine?