gulp-preprocess
gulp-preprocess copied to clipboard
Original https://registry.npmjs.org/gulp-preprocess/-/gulp-preprocess-2.0.0.tgz
Results
2
gulp-preprocess issues
Sort by
recently updated
recently updated
newest added
当前是通过变量输出适合的代码块,要是可以弄成三元表达式形式判断输出就好了,又或者支持了,我不知道怎么写
This is my preprocess function: ```javascript .pipe(preproc({ context: { LOG: (themsg) => { return "console.log(`[DEBUG] " + themsg + "`);" } }})) ``` And this my source file: `// @exec...