-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bundling does not work in multi module #244
Comments
You shouldn't use web-dependency-locator and the web-bundler together, they serve the same goal. You can use: quarkus.web-bundler.dependencies.auto-import=all then you don't need the app.js If you wish to keep the app.js, just do To make the second module work you should add the dependency for htmx again since it's provided (non transitive) |
Alright, i removed the Since the version So in my case Well, when i added the Instead, when i used I don't know which option i will use at the end, but at least now i got 2 options that make it work. |
You still have this workaround: #84 (comment) |
I have the following multi module project https://github.com/gbourant/multi-bundler-bug
It consists of project-a and project-b.
project-a works as expected. the main.js gets bundled.
project-b has a dependency to project-a. if you try to run project-b you get the following error:
The text was updated successfully, but these errors were encountered: