Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update ng-packagr to v2.0.0 latest release #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dherges
Copy link

@dherges dherges commented Feb 5, 2018

🧀 🏁

Yarn updated the order in package.json.

$ yarn add --dev ng-packagr@latest tsickle tslib --registry https://registry.yarnpkg.com

$ yarn build:lib
yarn run v1.3.2
$ ng-packagr -p libs/ngx-tabs-lib/package.json
Building Angular Package
Building entry point 'ngx-tabs-lib'
Cleaning build directory
Rendering Stylesheets
Rendering Templates
Compiling TypeScript sources through ngc
Bundling to FESM15
'QueryList' is imported from external module '@angular/core' but never used
Bundling to FESM5
Bundling to UMD
Minifying UMD bundle
Relocating source maps
Copying staged files
Writing package metadata
Built ngx-tabs-lib
Built Angular Package!
- from: /home/david/Projects/github/jasonaden/angular-cli-lib-example/libs/ngx-tabs-lib
- to:   /home/david/Projects/github/jasonaden/angular-cli-lib-example/ngx-tabs-lib
Done in 3.28s.

$ ng build --app demo-packaged --aot --prod 
Your global Angular CLI version (1.6.3) is greater than your local
version (1.6.0). The local Angular CLI version is used.

To disable this warning use "ng set --global warnings.versionMismatch=false".
Date: 2018-02-05T13:20:57.437Z                                                          
Hash: 81bb9d944035508bcf83
Time: 20527ms
chunk {0} polyfills.8a31b068b420916bec9e.bundle.js (polyfills) 59.4 kB [initial] [rendered]
chunk {1} main.161151ba3dafd7154861.bundle.js (main) 158 kB [initial] [rendered]
chunk {2} styles.d41d8cd98f00b204e980.bundle.css (styles) 0 bytes [initial] [rendered]
chunk {3} inline.e3fe6466dbe7d8f7cafd.bundle.js (inline) 1.45 kB [entry] [rendered]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant