webpack
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" }
阅读全文
600 字