[SOLVED] How can I solve react-select library issue with CDN
I finished an exchange rate getter application. It works perfectly using node_modules. The problem is I cannot seem to grab the correct CDNs for one of the libraries. That library is called "react-select". Current version of react-select is "3.1.0". React-Select is a highly configurable dropdown library for React. The react-select project: https://react-select.com/home The site where i pick my CDNs is: https://www.cdnjs.com This is the page for react-select: https://cdnjs.com/libraries/react-select/3.1.0 The problem is I've already tried all of them and none of the combinations seem to work. The errors I get in the console are pretty obvious (example of 2 of them below): Uncaught ReferenceError: require is not defined at react-select.cjs.dev.min.js:1 Uncaught ReferenceError: exports is not defined at react-select.browser.cjs.min.js:1 I can't seem to understand why is it giving me this error since i import the scripts through the CDN, and i don't use the 'require' and 'export' keyw