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: Implement build process that complies with the Angular Package Format #13

Merged
merged 1 commit into from
Apr 18, 2017

Conversation

MikeRyanDev
Copy link
Member

New build script implements v4.0 of the Angular Package Format: https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/edit#heading=h.k0mh3o8u5hx

Build tools are basically a TypeScript re-implementation of Angular's build.sh, found here: https://github.com/angular/angular/blob/master/build.sh

For better or worse this causes the test and build scripts to go outside of Lerna. This PR currently leaves behind the NGC integration tests for @ngrx/store and the full e2e tests for @ngrx/router-store. I will re-add them in a followup PR.

This should make the packages releasable if we want to tag an early alpha ¯\__(ツ)_/¯

moduleName: 'ngrx.routerStore',
globals: {
'@ngrx/store': 'ngrx.store',
'@ngrx/store': 'ngrx.store',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this second one supposed to be @ngrx/store/index': 'ngrx.store'?

moduleName: 'ngrx.storeDevtools',
globals: {
'@angular/core': 'ng.core',
'@ngrx/store': 'ngrx.store',
'@ngrx/store': 'ngrx.store',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate?

@brandonroberts brandonroberts merged commit f4baa3e into master Apr 18, 2017
@brandonroberts brandonroberts deleted the build/ng-package-format branch April 18, 2017 01:21
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.

2 participants