How to Use Static Files in Mendix Pluggable Widget Development Without NPM Libraries?
0
Question I'm developing a Mendix pluggable widget using React and I'm trying to include static files within the widget. After building with `npm run build`, the files are not accessible. Context I've tried using `extraDependencies` (which I've since learned is for Native only) and `copy-webpack-plugin`, but both methods didn't work due to Rollup errors. Issue I'm looking for the correct approach to copy static folders into the Mendix runtime.
asked
Ramachandhiran P
1 answers
0
Hi Rama,
Can you please explain in more detail what exactly you want to do inside the static folders, such as images or other items?