mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
85441e59ca
* chore(deps): bump angular and typescript - required to enable ivy output & partial compilation mode * chore(build): enable ivy output & partial compilation mode - change ngx builds to use ivy - remove some code that is no longer required with ivy
14 lines
239 B
TypeScript
14 lines
239 B
TypeScript
import {
|
|
cleanupNgx,
|
|
generateLegacyBundles,
|
|
generateDeclarationFiles,
|
|
transpileNgx,
|
|
transpileNgxCore,
|
|
} from '../build/ngx';
|
|
|
|
transpileNgxCore();
|
|
transpileNgx();
|
|
generateLegacyBundles();
|
|
generateDeclarationFiles();
|
|
cleanupNgx();
|