[에러] TypeError: Cannot read property 'tap' of undefined

2020.12.22

TypeError: Cannot read property 'tap' of undefined

발생

webpackError1

  • npm run dev를 한 후 발생.

원인

  • webpack 버전이 5이상일 경우 발생.

해결

  • webpack downgrade(4.x 버전 이내로)
$ npm i webpack@4.44.0

webpackError2