11 lines
185 B
JavaScript
11 lines
185 B
JavaScript
![]() |
/**
|
||
|
* @type {import('next').NextConfig}
|
||
|
*/
|
||
|
module.exports = {
|
||
|
reactStrictMode: true,
|
||
|
experimental: {
|
||
|
esmExternals: true,
|
||
|
},
|
||
|
transpilePackages: ["@saleor/apps-shared"],
|
||
|
};
|