Unnecessary polyfill for http and https required #507
Labels
module/browser
Module capabilities in a browser environment
status/invalid
This doesn't seem right
status/no-issue-activity
Describe the Bug
Compiling a react app with this library as dependency results in a compilation error.
Steps to Reproduce
create-react-app
toolingcloudevents
as dependencyCompiling the project results in the following error message:
Expected Behavior
It should be possible to compile the project including this library as dependency in a browser project without the need for additional webpack configuration.
Additional Context
I know that there is some kind of workaround by configuring webpack, but the
create-react-app
tool does not support modifying the webpack configuration and the maintainers discourage from doing this: facebook/create-react-app#11756 (comment)The text was updated successfully, but these errors were encountered: