UNPKG

parallel-webpack

Version:

Builds multiple webpack configurations in parallel and allows you to easily create variants to those configurations.

10 lines (9 loc) 188 B
module.exports = { testEnvironment: 'node', collectCoverageFrom : [ '**/*.js', '!**/node_modules/**', '!*jest.config.js', '!**/coverage/**' ] }