return gulp.task(name, () => gulp .src(bundles[bundle].js[key]) .pipe(sourcemaps.init()) .pipe(concat(key)) .pipe( rollup( { plugins: [ resolve(), ...
確定! 回上一頁