mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
feat(polyfills): split up code and source polyfill task (#8130)
* feat(polyfills): split up code and source polyfill task * fix(polyfills): get rid of need for entries argument
This commit is contained in:

committed by
Dan Bucholtz

parent
11f4f516fc
commit
bcec66c67b
7
scripts/gulp/tasks/polyfill.source.ts
Normal file
7
scripts/gulp/tasks/polyfill.source.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { task } from 'gulp';
|
||||
import { writePolyfills } from '../util';
|
||||
|
||||
|
||||
task('src.polyfill', () => {
|
||||
writePolyfills('scripts/polyfill');
|
||||
});
|
Reference in New Issue
Block a user