【发布时间】:2020-06-17 13:20:22
【问题描述】:
【问题讨论】:
标签: reactjs graphql node-modules prisma-graphql
【问题讨论】:
标签: reactjs graphql node-modules prisma-graphql
从外观上看,您(或您的构建工具)正在使用hard-source-webpack-plugin。这是一个错误the issue of which is here。
One solution 好像是:
rm -rf node_modules/.cache
但很难说这是否对你有帮助。
我会参考插件仓库。
【讨论】:
rm -rf 格外谨慎的人:-)。 cd node_modules/.cache; rm -rf hard-source 为我工作。