问题

VUE引用一个新的依赖后,编译打包时出现如下警告:

 Critical dependency: require function is used in a way in which dependencies cannot be statically extracted

关键依赖:require函数的使用方式无法静态提取依赖项。

原因

webpack 在使用变量作为require路径时,打包出现 Critical dependencies 警告

解决

在webpack的module配置中增加如下设置,

unknownContextCritical: false,

在这里插入图片描述

GitHub 加速计划 / de / Dependencies
8.61 K
704
下载
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
最近提交(Master分支:3 个月前 )
1997a400 - 2 年前
2f423539 - 2 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐