saleor-apps-redis_apl/apps/data-importer/next.config.js
2023-02-07 21:31:58 +01:00

10 lines
199 B
JavaScript

/**
* @type {import('next').NextConfig}
*/
module.exports = {
reactStrictMode: true,
experimental: {
esmExternals: true,
},
transpilePackages: ["nuvo-react", "@saleor/apps-shared"],
};