-
Notifications
You must be signed in to change notification settings - Fork 18
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
Usage with webpack #7
Comments
I've tried a few of the options in aurelia-webpack-plugin but no joy so far. |
@mttmccb I'm afraid I do not have any experience using WebPack. I do recall experiencing some frustration myself with having the HTML templates work. As a way to isolate the issue, does the demo project work for you?
|
@mttmccb I just read my own README and it answers your question. 😄
|
Can't get past that step, I'm getting a script error in main.js, I can't see any obvious erorrs though... Once this issue has been resolved I'll try webpack again, hopefully early next week. |
For the webpack project there is no aurelia.json, I suspect the changes I'm making aren't working as I don't know how to change easy-webpack to do what I want it to. |
@mttmccb Thank you for the update. It would be great to have this plugin working with all the major package managers that Aurelia supports. I appreciate your support. |
After switching to a more standard webpack setup I was able to include the missing resources by adding this into my
|
@mttmccb Thank you for the update. I appreciate that. That will help me to support WebPack with this plugin. I will close this issue. Thank you for your contribution, and please add other issues if you have any questions about using the plugin. |
I'm running into an an issue with webpack, it doesn't look like it's importing the HTML template too as it can't find
open-id-connect-user-block
, any ideas how to adjust the config?The text was updated successfully, but these errors were encountered: