How to fix NextJS webpack error: You may need an appropriate loader to handle this file type, currently no loaders are configured

How to fix NextJS webpack error: You may need an appropriate loader to handle this file type, currently no loaders are configured

我使用 TypeScript 模板生成了 NextJS 项目,我想将我的 Storybook 添加到该项目中。 Storybook写成TypeScript。当我将 Storybook 添加到我的 NextJS 项目时,我收到这样的 webpack 错误:"You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file "。 NextJS 和 Storybook 都在使用 webpack 5。如何解决这个错误?

这是我得到的完整错误:

此库未转译。您可以尝试使用 next-transpile-modules.