Skip to content

Commit

Permalink
build(gulpfile): remove iife and umd support
Browse files Browse the repository at this point in the history
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
  • Loading branch information
IG\tvalcke committed Aug 4, 2019
1 parent 67b76eb commit e73ea2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e73ea2e

Please sign in to comment.