saleor-apps-redis_apl/apps/data-importer/next.config.js
2023-02-07 20:09:51 +01:00

10 lines
176 B
JavaScript

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