-
Notifications
You must be signed in to change notification settings - Fork 24
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
TypeScript warnings #139
Comments
They are distributed via NPM https://github.com/cyclejs-community/cyclic-router/blob/master/package.json#L6 If you could provide more information perhaps it'd be easier to know how to help |
Source maps in webpack seem to want the original src/ files, which are being ignored by your .npmignore. Some examples:
|
Thanks for looking into this by the way. |
Okay, I'll remove the src/ directory from the .npmignore later tonight |
I think this is fixed and can be closed. |
When using Typescript with webpack, I get a several warnings from cyclic-router like this:
Can you include the typescript files in the npm package?
The text was updated successfully, but these errors were encountered: