Open krimeshu opened 7 years ago
Support for this situation:
gulp.src('./src/js/*.js') .pipe(rollup({ entry: ['module-entry-1.js', 'module-entry-2.js'], format: 'iife', moduleName: ['moduleEntry1', 'moduleEntry2'] }) .pipe(gulp.desc('./desc'));
Support for this situation: