Require transpile instead of locked version

This commit is contained in:
2023-08-09 12:45:36 +09:00
parent cc7d8d3620
commit 9737ba0cb5
10 changed files with 134 additions and 110 deletions
+1
View File
@@ -19,6 +19,7 @@ const nextConfig = {
config.resolve.alias["react"] = path.resolve(__dirname, ".", "node_modules", "react");
return config;
},
transpilePackages: ["yoshiki"],
};
module.exports = nextConfig;