登录 注册
当前位置:主页 > 资源下载 > 10 > gulp-strip-json-comments能够从JSON文件中移除注释,使得您可以在JSON文件中添加和使用注释

gulp-strip-json-comments能够从JSON文件中移除注释,使得您可以在JSON文件中添加和使用注释

  • 更新:2024-10-22 23:11:55
  • 大小:5KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

gulp-strip-json-评论 使用从JSON让您在JSON文件中使用注释! 安装 $ npm install --save-dev gulp-strip-json-comments 用法 const gulp = require ( 'gulp' ) ; const stripJsonComments = require ( 'gulp-strip-json-comments' ) ; exports . default = ( ) => ( gulp . src ( 'src/config.json' ) . pipe ( stripJsonComments ( ) ) . pipe ( gulp . dest ( 'dist' ) ) ) ; 原料药 stripJsonComments(选项?) 选项 类型: object 请参阅。