TypeError: loaderContext.getResolve is not a function报错的解决办法,less、sass通用(yarn和npm)
一般是版本不兼容导致,降低版本即可,具体步骤如下: 从图中看出是lessLoader导致的报错 我使用的是yarn
yarn add [email protected]
npm如下:
npm uninstall less-loader
npm install [email protected]
(如果是sassLoader导致,可以把上面代码中的less改成sass)
TypeError: loaderContext.getResolve is not a function报错的解决办法,less、sass通用(yarn和npm)最先出现在Python成神之路。
共有 0 条评论