Questions and discussions about using the Shopify CLI and Shopify-built libraries.
I am using the Shopify-CLI node template for my app and the 'Sequelize' framework for the database. The issue is that the node template is using the 'ES6 module' and 'Sequelize' using the 'commonjs module' system. How to integrate the 'Sequelize' with the node template?