这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

Found the solution. It was actually related to Next.js.
Turborepo already uses a module called "next-transpile-modules" and in my next.config.js file I already had this line:

const withTM = require("next-transpile-modules")(["ui"]);

So I just added "anotherui" to the array and it worked

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by uriklar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants