-
Notifications
You must be signed in to change notification settings - Fork 12
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
webpack support #53
Comments
I'm really interested to add Webpack support... but I don't work a lot with it, so I will have to discover everything about it to find the origin of the problem. But, if you know more, you can try to use a fork version of the lib with some modification to see if it works better and then do a PR. The error message seems to be about the Thanks for your help |
Same here |
@chetbis and @kleinph : Could you test to fork the project and try to change the default import in order to see if this is the origin of the fix. I don't have any project with this setup (webpack & co), so I can't reproduce the problem... if you can provide an empty project with your config to help me reproduce the bug, it would help... Thanks |
If I try to import AngularStompDK with
import AngularStompDK from 'AngularStompDK';
, I get the following error message:If I try it with the ES 2015 module (
import ngStomp from 'AngularStompDK/core/ngStomp';
), I get:So is it possible to also add support for Webpack?
The text was updated successfully, but these errors were encountered: