-
Notifications
You must be signed in to change notification settings - Fork 142
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
✨[Developer extension] npm setup override support #2304
Conversation
0f1791e
to
b09858d
Compare
b09858d
to
139d916
Compare
7e80311
to
9d39ef4
Compare
288fcb9
to
7521666
Compare
8647a54
to
679c079
Compare
🐛 when editing the configuration and removing a property, the removal is not applied. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Overrides CDN bundles with local development bundles served by the Browser SDK development server. To | ||
start the development server, run <Code>yarn dev</Code> in the Browser SDK root folder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💭 thought: Having two options to override the SDK might confuse the extension user. Maybe we could clarify which setting should be used in which situation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Motivation
Changes
Testing
I have gone over the contributing documentation.