We are using Webpack to pack a javascript project in order to read that javascript file from Ignition. The whole idea or requirement is to run the .js script to eventually display the output on Ignition project.
To achieve this, we created a REACT page and tried to create webpack.config.js file in react project. For running the project we are using npm run start. This is where the things start falling apart.
After creating webpack.config.js file we tried to run that project using npm run start but it is showing some modules related problems.
Here lies our challenge. In short, these .js files need to run in Ignition and webpack will not run. Is there a way to either successfully run webpack or any workaround to run these .js files inside Ignition.
Any help/suggestions from you will be appreciated.