mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
b4227f2114
Co-authored-by: Daniel Sogl <mytechde@outlook.com>
16 lines
275 B
TypeScript
16 lines
275 B
TypeScript
import {
|
|
cleanupNgx,
|
|
generateLegacyBundles,
|
|
generateDeclarationFiles,
|
|
modifyMetadata,
|
|
transpileNgx,
|
|
transpileNgxCore,
|
|
} from '../build/ngx';
|
|
|
|
transpileNgxCore();
|
|
transpileNgx();
|
|
generateLegacyBundles();
|
|
generateDeclarationFiles();
|
|
modifyMetadata();
|
|
cleanupNgx();
|