Skip to content
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

[FIX] Fix the browser field in package.json #2248

Merged
merged 3 commits into from
Sep 15, 2022

Conversation

tbouffard
Copy link
Member

The browser field is meant to declare module that are used client-side.
We previously set its value to the IIFE bundle which cannot be used for
such purpose.

closes #2228

The browser field is meant to declare module that are used client-side.
We previously set its value to the IIFE bundle which cannot be used for
such purpose.
@tbouffard tbouffard added bug Something isn't working lib integration Something about how an app can integrate the library labels Sep 15, 2022
@github-actions
Copy link

github-actions bot commented Sep 15, 2022

♻️ PR Preview f5fb476 has been successfully destroyed since this PR has been closed.

🤖 By surge-preview

@github-actions
Copy link

github-actions bot commented Sep 15, 2022

♻️ PR Preview f5fb476 has been successfully destroyed since this PR has been closed.

🤖 By surge-preview

@tbouffard
Copy link
Member Author

tbouffard commented Sep 15, 2022

✔️ tested with process-analytics/bpmn-visualization-examples#384

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@tbouffard tbouffard merged commit 1a93c04 into master Sep 15, 2022
@tbouffard tbouffard deleted the 2228-fix_package.json_browser_field branch September 15, 2022 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lib integration Something about how an app can integrate the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] The browser field in package.json is incorrect
1 participant