We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e763b10 commit 6360393Copy full SHA for 6360393
README.md
@@ -164,7 +164,7 @@ npm install react-thumbnail-generator next-transpile-modules
164
/** @type {import('next').NextConfig} */
165
const nextConfig = {
166
reactStrictMode: true,
167
- transpilePackages: ["react-step-parallax"],
+ transpilePackages: ["react-thumbnail-generator"], // (*)
168
};
169
170
module.exports = nextConfig;
0 commit comments