You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a snowpack project that uses ui5-webcomponents. It doesn't compile due to the following error: Package "@ui5/webcomponents-base" exists but package.json "exports" does not include entry for "./dist/asset-registries/Icons.js
I've tried with version 1.0.0-rc.14 and rc.15
Expected Behavior
Should be able to compile
Steps to Reproduce
Install any ui5-webcomponent
run snowpack dev
error mentioned above will show
Context
UI5 Web Components version: 1.0.0-rc.15
OS/Platform: Windows 11-insider
Browser: Chrome 92
Affected component: Icons
Log Output / Stack Trace / Screenshots
Priority
Low
[] Medium
High
[x ] Very High
The priority indicates the severity of the issue. To set the appropriate priority consider the following criteria:
Breaks entire application or system - High or Very High
Accessibility issue - Medium or High
Functional issue - Medium or High
Visual issue - Low or Medium
Note: The priority might be re-evaluated by the issue processor.
The text was updated successfully, but these errors were encountered:
For background, we are using the exports feature of package.json to have nicer looking imports (you can skip the dist part because of the mapping). This was introduced in #3208
I have tested both rollup and vitejs, they both work fine. May I suggest as a workaround to use vitejs until snowpack addresses this issue? Our getting started documentation has a simple usage example: https://sap.github.io/ui5-webcomponents/playground
Bug Description
I have a snowpack project that uses ui5-webcomponents. It doesn't compile due to the following error:
Package "@ui5/webcomponents-base" exists but package.json "exports" does not include entry for "./dist/asset-registries/Icons.js
I've tried with version 1.0.0-rc.14 and rc.15
Expected Behavior
Should be able to compile
Steps to Reproduce
Context
Log Output / Stack Trace / Screenshots
Priority
The priority indicates the severity of the issue. To set the appropriate priority consider the following criteria:
Note: The priority might be re-evaluated by the issue processor.
The text was updated successfully, but these errors were encountered: