js-algorand-sdk icon indicating copy to clipboard operation
js-algorand-sdk copied to clipboard

Added CRA polyfill solution text to save dev time

Open emg110 opened this issue 3 years ago • 0 comments

Added simple guide content to overcome the polyfill issue of Webpack 5 and above in React implementations, especially CRA-based ones. The content, offers the fix for this problem without any patching or ejecting and opens the door to implement more custom Webpack plugins in action as well, just by a config line in the 'config-overrides.js' file.

emg110 avatar Jun 05 '22 10:06 emg110