fossasia / susi.ai

SUSI.AI Web Client https://susi.ai
GNU Lesser General Public License v2.1
2.04k stars 851 forks source link

Debugging is not supported in susi.ai development environment #3622

Open ashutoshc8101 opened 3 years ago

ashutoshc8101 commented 3 years ago

Actual Behaviour Debugging is not enabled in webpack development environment. It gets harder for developers to fix bugs.

Expected Behaviour Support for proper debugging.

Would you like to work on the issue?

I would like to add debugging support to susi.ai project with help of webpack source-maps. I will add a script in package.json to run webpack-dev-server with sourcemaps enabled.