我正在将 nextjs 与 typescript 和 tailwindcss 一起使用。我想将styles文件夹移动到src文件夹,我已经在文件中添加了baseUrl值src选项tsconfig.json,但出现了如下错误:
./node_modules/next/dist/compiled/css-loader/cjs.js??ruleSet[1].rules[2].oneOf[5].use[1]!./node_modules/next/dist/compiled/postcss-loader/cjs.js??ruleSet[1].rules[2].oneOf[5].use[2]!./node_modules/tailwindcss/tailwind.css
TypeError: Object.fromEntries is not a function
Run Code Online (Sandbox Code Playgroud)
以及如何将 styles 文件夹移动到 src 文件夹,我想让我的文件夹结构更简单。谢谢