mirror of
https://github.com/zoriya/yoshiki.git
synced 2026-06-02 10:37:01 +00:00
Require transpile instead of locked version
This commit is contained in:
@@ -19,6 +19,7 @@ const nextConfig = {
|
||||
config.resolve.alias["react"] = path.resolve(__dirname, ".", "node_modules", "react");
|
||||
return config;
|
||||
},
|
||||
transpilePackages: ["yoshiki"],
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user