I used style-loader
in the project today, and found an error in packaging: typeerror: this Getoptions is not a function
visual inspection is a version problem. The default version of style-loader
is 3.3.1
. The reduced version is 2.0.0
, and the problem is solved
PS: the webpack version used is 4.28.4