Open Johny8811 opened 2 years ago
Thanks for bringing this up; I'd like more information about how you use the node-onfleet wrapper in a web application because it means that you will use the API key in the app, and an ill-intension person could get the Onfleet API key by analyzing your code through the browser tools.
Describe the bug I installed node-onfleet module, created an Onfleet object, run the app and got error: BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.
To Reproduce Steps to reproduce the behavior:
Expected behavior Should work normally
Screenshots
Additional context I used basic create-react-app cli