Is it possible to deploy a custom widget to Enterprise 11+ that has a third-party library (such as 'react-data-grid')?
My widget functions correctly in Dev Edition, but when I run npm build:prod to compile it, it does not include the library from node_modules. I have tried installing the library to both the root client folder and directly into the widget folder. I'm not sure how to deploy my widget that will include the react-data-grid component with it.