Versions: 2.13.0 OpenSearch Dashboard
Describe the issue:
I have created a new plugin on top of the Opensearch Dashboard code. I’m intending to create a production build of the whole application. For any React application created using Create React App, we run the npm run build
command. On looking at the OpenSearch Dashboard codebase, I found that the package.json contains custom scripts for build and almost everything. I also checked the Developer Guide readme present in OpenSearch Dashboard Github Repository. And I found a section named Building artifacts over there. Reference: OpenSearch-Dashboards/DEVELOPER_GUIDE.md at main · opensearch-project/OpenSearch-Dashboards · GitHub
It suggest running yarn build
command. I tried running the command, but I’m getting self signed certificate error that too in the axios npm module. I’m wondering how to tackle this error or if there is any alternative way to create a React production build then please let me know. I would be thankful.
Configuration:
NA
Relevant Logs or Screenshots:
PS: @moderators