saleor-apps-redis_apl/apps/data-importer/next.config.js
2023-02-07 19:11:39 +01:00

11 lines
238 B
JavaScript

/**
* TODO This should be solved using transpilePackages option
*/
const withTM = require("next-transpile-modules")(["nuvo-react"]);
module.exports = withTM({
reactStrictMode: true,
experimental: {
esmExternals: true,
},
});