speed-measure-webpack-plugin icon indicating copy to clipboard operation
speed-measure-webpack-plugin copied to clipboard

TypeError: Class extends value undefined is not a constructor or null

Open BoWang816 opened this issue 3 years ago • 7 comments

image

"webpack": "^5.24.4", "webpack-cli": "^4.5.0", "speed-measure-webpack-plugin": "^1.4.2",

Mac OS 11.2.3 node:v12.16.1 npm: 6.13.4

BoWang816 avatar Mar 11 '21 01:03 BoWang816

遇到了同样的问题

a1444942531 avatar Mar 15 '21 02:03 a1444942531

Same here

MosheZemah avatar Mar 16 '21 17:03 MosheZemah

Same.

As s suboptimal solution maybe provide the ability to blacklist certain plugins thats create errors in the smp, but works otherwise?

audunolsen avatar Mar 18 '21 14:03 audunolsen

遇到同样问题,暂时不知道如何解决[webpack-cli] TypeError: Class extends value undefined is not a constructor or null

jshuaishuai avatar Mar 20 '21 03:03 jshuaishuai

遇到同样问题,暂时不知道如何解决[webpack-cli] TypeError: Class extends value undefined is not a constructor or null

暂时先不用这个包了,等待修复吧

BoWang816 avatar Mar 20 '21 03:03 BoWang816

Modify the version of mini-css-extract-plugin to 1.3.5 to solve the problem

chenjian0915 avatar Mar 24 '21 03:03 chenjian0915

Modify the version of mini-css-extract-plugin to 1.3.5 to solve the problem

Doing that gives this error -> Cannot read property 'PROCESS_ASSETS_STAGE_ADDITIONS' of undefined in copy-webpack-plugin

Shubham-Sharma-23 avatar Mar 25 '21 06:03 Shubham-Sharma-23