webpack打包css报:TypeError: this.getResolve is not a function 的错误

在使用webpack时引用css资源时,需要css-loader和style-loader

npm install --save-dev css-loader
npm install --save-dev style-loader

然后build打包时报错了

webpack打包css报:TypeError: this.getResolve is not a function 的错误

问题的根本是这两个依赖版本过高了

解决途径

找到项目路径下的 package.json文件,找到依赖版本号,自行修改需要的版本号

webpack打包css报:TypeError: this.getResolve is not a function 的错误

然后执行

npm install 

重新下载加载依赖即可。

webpack打包css报:TypeError: this.getResolve is not a function 的错误

上一篇:FastDFS架构原理与上传下载解析


下一篇:CTF web每日一题