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
Is your feature request related to a problem? Please describe. I'm always frustrated when I see the technical path dist while importing:
dist
import "@ui5/webcomponents/dist/Button";
Describe the solution you'd like
Use exports package.json feature recognizable to modern tools (Node 12, Webpack 5)
exports
package.json
"exports": { "./*": "./dist/*", "./package.json": "./package.json" }
Additional context Oldest tools may still use longest patch.
The text was updated successfully, but these errors were encountered:
pskelin
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
I'm always frustrated when I see the technical path
dist
while importing:Describe the solution you'd like
Use
exports
package.json
feature recognizable to modern tools (Node 12, Webpack 5)Additional context
Oldest tools may still use longest patch.
The text was updated successfully, but these errors were encountered: