mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00

* feat(): polyfills task * fix(): remove base option * fix(): minification and small polyfills * fix(): add readme and new file names * fix(): change task names * fix(): naming changes
11 lines
249 B
TypeScript
11 lines
249 B
TypeScript
import './tasks/build';
|
|
import './tasks/clean';
|
|
import './tasks/default';
|
|
import './tasks/e2e';
|
|
import './tasks/lint';
|
|
import './tasks/release';
|
|
import './tasks/snapshot';
|
|
import './tasks/test';
|
|
import './tasks/polyfills';
|
|
//import './tasks/theme';
|