webpack5 schema-utils
📝
内容提要
schema-utils 🔗webpack中工具类schema-utils 🔗 yarn add -D schema-utils webpack中调用 schema-utils 校验配置对象 1 2 3 4 5 6 7 8 9 10 11 // options.json { "type": "object", "properties": { "name": { "type": "boolean" }
➡️