vyprichenko
vyprichenko
ERROR in ./node_modules/fbjs/lib/setImmediate.js Module not found: Error: [CaseSensitivePathsPlugin]
This issue still exists, but it is likely caused not by fbjs itself. What is setImmediate.js intended to do is to [re-export setImmediate](https://github.com/facebook/fbjs/blob/master/packages/fbjs/src/__forks__/setImmediate.js) function from [setimmediate](https://www.npmjs.com/package/setimmediate) npm package (note difference...
@RentecTravis, you could solve this by setting [output.hashDigestLength](https://webpack.js.org/configuration/output/#outputhashdigestlength) globally (if it is acceptable) — according to [the sources](https://github.com/SassNinja/media-query-plugin/blob/12b1def71a3699998a3da66b1033d162eafc5b5f/src/plugin.js#L78), this setting is taken into account. After hash computation, substring "[contenthash]" or...