I’m developing an API using Node.js, Sequelize, and MySQL. The application works fine during development, but when I build the application using Webpack, the API fails to work as expected. I’m not sure what’s causing the issue after the build process.
I expected the API to function the same way after being bundled by Webpack as it does in the development environment.