You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using this plugin, I have a folder called 'schema' and under it are some json files which i want that webpack should include in its bundling. At the moment in the '.webpack' folder I'm only seeing the service folder and no schema folder. My function reads this json file and has the dependencies on them. Can you please let me know how can I achieve this ? At the moment I'm getting error if I try to read the file (File not found err) if I specify the custom path ('./myfile.json')
The text was updated successfully, but these errors were encountered:
Hi,
I'm using this plugin, I have a folder called 'schema' and under it are some json files which i want that webpack should include in its bundling. At the moment in the '.webpack' folder I'm only seeing the service folder and no schema folder. My function reads this json file and has the dependencies on them. Can you please let me know how can I achieve this ? At the moment I'm getting error if I try to read the file (File not found err) if I specify the custom path ('./myfile.json')
The text was updated successfully, but these errors were encountered: