mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00

* feat(polyfills): split up code and source polyfill task * fix(polyfills): get rid of need for entries argument
14 lines
329 B
TypeScript
14 lines
329 B
TypeScript
import './tasks/build';
|
|
import './tasks/clean';
|
|
import './tasks/default';
|
|
import './tasks/demos';
|
|
import './tasks/docs';
|
|
import './tasks/e2e';
|
|
import './tasks/lint';
|
|
import './tasks/release';
|
|
import './tasks/snapshot';
|
|
import './tasks/test';
|
|
import './tasks/polyfill';
|
|
import './tasks/polyfill.source';
|
|
//import './tasks/theme';
|