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
Issue
Currently, this library's engines.node in package.json is set to >=0.10.0 (same as React).
However, the Webpack bundler's preset targets node 6.10. This means that Webpack's generated output could potentially be incompatible with older node versions.
Solutions Option 1: Change Webpack to support older Node versions. Option 2: Deprecate support for older Node versions.
Whichever solution we choose, it's crucial that we conduct thorough testing to ensure everything is still functioning as expected.
The text was updated successfully, but these errors were encountered:
Issue
Currently, this library's
engines.node
inpackage.json
is set to>=0.10.0
(same as React).However, the Webpack bundler's preset targets node
6.10
. This means that Webpack's generated output could potentially be incompatible with older node versions.Solutions
Option 1: Change Webpack to support older Node versions.
Option 2: Deprecate support for older Node versions.
Whichever solution we choose, it's crucial that we conduct thorough testing to ensure everything is still functioning as expected.
The text was updated successfully, but these errors were encountered: