From e73ea2e00030a72c943e164508540c26dc287c4c Mon Sep 17 00:00:00 2001 From: "IG\\tvalcke" Date: Mon, 5 Aug 2019 01:32:30 +0200 Subject: [PATCH] build(gulpfile): remove iife and umd support this package target only the backend env so iife and umd are no longer required. base on this change lot of stuff is now unused, and clean up will come in next commits. BREAKING CHANGE: remove iife and umd bundles --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 04efe24..d793391 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -296,7 +296,7 @@ gulp.task( 'build', ( done ) => { n: 'Itee.Server', i: path.join( __dirname, 'sources', `${packageInfos.name}.js` ), o: path.join( __dirname, 'builds' ), - f: 'esm,cjs,iife,umd', + f: 'esm,cjs', e: 'dev,prod', s: true, t: true