Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Import of select operator breaks when using systemjs and the umd bundle. #14

Open
wiredprogrammer opened this issue Sep 29, 2016 · 0 comments

Comments

@wiredprogrammer
Copy link

import { select } from '@ngrx/core/operator/select';

The above import in the log-monitor file of the library causes systemjs when using the umd bundle file to break.

I get this.

 XHR error (404 Not Found) loading http://localhost:42909/vendor/@ngrx/core/bundles/core.umd.js/operator/select

Assuming I understand what is going on with umd then the change would be simple and something along the lines of.

import { select } from '@ngrx/core';

Thanks!

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

No branches or pull requests

1 participant