将nodeModulesPath属性从配置中删除。例如,假设以下是原始配置:
const config = { nodeModulesPath: 'some/path', // other properties }
应该将其更改为:
const config = { // other properties }
上一篇:不应用CSS类别?
下一篇:不应允许除空格以外的任何数字和特殊字符。