ValidationError: Invalid options object. Sass Loader has been initialized using an options object that does not match the API schema. - options has an unknown property 'additionalData'. These properties are valid: object { implementation?, sassOption
两种解决办法:
1.降sass-loader的版本
- loaderOptions: {
sass: {
prependData:xxx.scss";
}
},
版本不一样,就不一定是prependData,
可能是以下的值
object { implementation?, sassOptions?, additionalData?, sourceMap?, webpackImporter? }
根据实际情况修改
corejs的问题:
elementui是使用corejs@2.x,
有library文件夹的一般是2.x的,版本越高,兼容的js新特性越多,根据实际情况升降corejs的版本
0 个评论
要回复文章请先登录或注册