Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

options.json 634B

123456789101112131415161718192021222324
  1. {
  2. "type": "object",
  3. "properties": {
  4. "name": {},
  5. "regExp": {},
  6. "context": {
  7. "type": "string"
  8. },
  9. "publicPath": {},
  10. "outputPath": {},
  11. "useRelativePath": {
  12. "type": "boolean"
  13. },
  14. "emitFile": {
  15. "type": "boolean"
  16. }
  17. },
  18. "errorMessages": {
  19. "context": "should be {String} (https://github.com/webpack-contrib/file-loader#context)",
  20. "useRelativePath": "should be {Boolean} (https://github.com/webpack-contrib/file-loader#userelativepath)",
  21. "emitFile": "should be {Boolean} (https://github.com/webpack-contrib/file-loader#emitfile)"
  22. },
  23. "additionalProperties": true
  24. }