From 8149610239b0f72cd33516bfcda4fe57d6775d87 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Sat, 27 Dec 2025 15:15:27 +0800 Subject: [PATCH] 1688 PO Automation Project --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index fd68138e..988f6cc5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -6,7 +6,8 @@ const plugins = require('gulp-load-plugins')({ lazy: true, postRequireTransforms: { print: (plugin) => plugin.default, - uglifyEs: (plugin) => plugin.default + uglifyEs: (plugin) => plugin.default, + if: (plugin) => plugin.default } });