We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have a .project that has one or more nested node_modules folders.
node_modules
Dnd something from palette to paper.
Imports are wrong. E.g.
import '@vaadin/flow-deps/node_modules/@vaadin/vaadin-button/src/vaadin-button.js';
Imports are correct (using ./node_modules at the project root).
./node_modules
Designer 4.0.0.beta1, IntelliJ IDEA, Eclipse, any OS
The text was updated successfully, but these errors were encountered:
szolo
anssit
No branches or pull requests
Steps to reproduce
Have a .project that has one or more nested
node_modules
folders.Dnd something from palette to paper.
Actual behavior
Imports are wrong. E.g.
Expected behavior
Imports are correct (using
./node_modules
at the project root).IDE, Designer and OS version
Designer 4.0.0.beta1, IntelliJ IDEA, Eclipse, any OS
The text was updated successfully, but these errors were encountered: