mzgoddard / jest-webpack

Use jest with webpack.
https://www.npmjs.com/package/jest-webpack
92 stars 21 forks source link

Support webpack blocks and variables #8

Closed mzgoddard closed 7 years ago

mzgoddard commented 7 years ago

Blocks made with import() and require.ensure create chunks to request. Move these chunks to be adjacent to their related compilation entry.

Variables like __resourceQuery can implicitly cause multiple versions of a file without different loaders.