**关闭。**此题需要debugging details。目前不接受答复。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将帮助其他人回答这个问题。
7小时前关闭
Improve this question
在Next中从contentful导入createClient
时出错:
./node_modules/contentful/dist/contentful.browser.min.js 1:70615模块解析失败:意外的标记(1:70615)您可能需要适当的加载程序来处理此文件类型,当前没有加载程序配置为处理此文件。参见https://webpack.js.org/concepts#loaders
1条答案
按热度按时间oug3syen1#
这是因为Webpack无法解析内容丰富的包。你可以在你的next.config.js中添加加载器配置,以使其工作。请参见以下示例: