-
gulp-strip-json-comments能够从JSON文件中移除注释,使得您可以在JSON文件中添加和使用注释
资源介绍
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
请参阅。