-
Notifications
You must be signed in to change notification settings - Fork 168
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
Some frontend source files are included in servlet context #11057
Comments
First of all, it should be checked whether it's a Webpack who serves this static resource and is it happens only in dev mode. If so, then we propose to close this issue, because this behaviour is expected. |
No. All resources inside |
* fix: move client side frontend resources to META-INF/frontend fixes #11057 * chore: update script to put resources into /frontend and make an IT
* fix: move client side frontend resources to META-INF/frontend fixes #11057 * chore: update script to put resources into /frontend and make an IT
* fix: move client side frontend resources to META-INF/frontend fixes #11057 * chore: update script to put resources into /frontend and make an IT
#12158) * fix: move client side frontend resources to META-INF/frontend fixes #11057 * chore: update script to put resources into /frontend and make an IT Co-authored-by: Denis <[email protected]>
This ticket/PR has been released with platform 22.0.0.beta1 and is also targeting the upcoming stable 22.0.0 version. |
This ticket/PR has been released with platform 14.7.4. |
This ticket/PR has been released with platform 21.0.4. |
Minimal reproducible example
open http://localhost:8080/frontend/VaadinDevmodeGizmo.d.ts
Expected behavior
Could not navigate to 'frontend/VaadinDevmodeGizmo.d.ts'
Actual behavior
Shows the source from
node_modules/@vaadin/flow-frontend/VaadinDevModeGizmo.d.ts
Versions:
The text was updated successfully, but these errors were encountered: