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) => {