问题描述:项目中登录要进行sm2加密,引入sm-crypto 之后启动报错如下

配置 CommonJS 依赖项

   建议你在 Angular 应用中避免依赖 CommonJS 模块。对 CommonJS 模块的依赖会阻止打包器和压缩器优化你的应用,这会导致更大的打包尺寸。 建议你在整个应用中都使用 ECMAScript 模块。 欲知详情,参见为什么 CommonJS 会导致更大的打包尺寸

如果 Angular CLI 检测到你的浏览器端应用依赖了 CommonJS 模块,就会发出警告。 要禁用这些警告,可以把这些 CommonJS 模块的名字添加到 angular.json 文件的 build 区的 allowedCommonJsDependencies 选项中。

修改如下:

 原文参考:

Angular 10 - CommonJS or AMD dependencies can cause optimization bailouts warning_青颜的天空的博客-CSDN博客

 

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

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

更多推荐