From ab09f25aec7e7dad7d1ffa5724956c1eed731c75 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Sat, 27 Dec 2025 15:45:53 +0800 Subject: [PATCH] 1688 PO Automation Project --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index af6fd619..b6225d6c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -9,6 +9,7 @@ const plugins = require('gulp-load-plugins')({ uglifyEs: (plugin) => plugin.default } }); +const path = require('path'); const gulpIf = require('gulp-if'); const onError = (error) => {