Closed johnhunter closed 3 years ago
Upgrading from 2.1.26 to 2.2.2 causes a Webpack 4 build failure.
Webpack version: webpack@4.44.2 webpack-cli@4.3.1 Node version: v12.16.3
Error: [webpack-cli] TypeError: Cannot read property 'tap' of undefined at index.node6-compatible.js:273:55
[webpack-cli] TypeError: Cannot read property 'tap' of undefined
Fails with webpack-merge-and-include-globally 2.2.2 and 2.2.1. Builds ok with 2.1.26
@johnhunter thanks for notifying, I've managed to reproduce it with webpack 4, i just published the fix on 2.2.3
@markshapiro thanks for the quick turnaround!
Confirmed resolved in version 2.2.3
Upgrading from 2.1.26 to 2.2.2 causes a Webpack 4 build failure.
Webpack version: webpack@4.44.2 webpack-cli@4.3.1 Node version: v12.16.3
Error:
[webpack-cli] TypeError: Cannot read property 'tap' of undefined
at index.node6-compatible.js:273:55Fails with webpack-merge-and-include-globally 2.2.2 and 2.2.1. Builds ok with 2.1.26