Piotr

Results 14 comments of Piotr

I think that threshold defines how _deep_ the algorithm looks for repetitions, not how complex is the analysed part of code.

> Haven't tested on a flat file structure It works for flat structure, so there's definitely a bug related to missing directories when creating diff. +1 cause this currently makes...

After a short research I think I found it: Loki uses [`looksSame.createDiff`](https://github.com/oblador/loki/blob/b06e7512dcc2314b977571013fa97b59c1b898a8/packages/diff-looks-same/src/create-looks-same-differ.js#L29) passing the `diff` option to `looks-same` in the form of the path to the file. `looks-same` in turn,...

I'm not using Apollo Engine and I still get the same error. `end()` helps, but it forces me to use the uglier async handling style. Interestingly, the open handle is...

And react-hot-loader

I was also wandering about adding an option _(just another env var)_ forcing synchronous load, which could be potentially useful in static page rendering e.g. for ssr or bots. Do...

@michael-ciniawsky I'm not sure if I fully understand your point. The suggested in this PR ability for skipping chunking-out (I called it sync loading before, but maybe it was confusing)...

@liuyuekeng Normally you get that mapping in your main webpack bundle, but you can extract it using e.g. [chunk-manifest-webpack-plugin](https://github.com/soundcloud/chunk-manifest-webpack-plugin)

I know much time passed since last answer, but today there's event better way to do it :) : https://webpack.js.org/plugins/environment-plugin/