-
Notifications
You must be signed in to change notification settings - Fork 120
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
ngrx 4 + prod flag #43
Comments
This is likely due to this issue: |
I debugged a bit and seems like the issue is with arrow functions. Once I convert the |
Same issue. Any ETA on when this might be fixed? |
I can't even get After the failed compilation, triggering a re-compilation (ie, changing a file as ng serve watches for file changes) results in a successful compile. |
@kevfuzz technically, this doesn't need to be fixed. use this following way to wrap
@btroncone maybe we can put this in to the document? |
Perfect, thanks. |
Nice! Thank you @maxisam |
uses fix from btroncone#43
* Update readme for ngrx 4.0 For some reason, we need to manually specify the type of the meta-reducers, as shown in ngrx/platform#170 (comment) Fixes #45 * Fix readme for ngrx store 4.0 uses fix from #43
I was able to integrate localstorage and it works when running with
ng serve'. However, running the
ng build --prod` I get the following exception:The way I add a localstoragesync is (app.module.ts):
As soon as I remove metaReducers, it builds successfully
The text was updated successfully, but these errors were encountered: