我在终端收到以下警告。我怎样才能解决这个问题(删除警告(请参阅)
Warning: C:\Users\Sharon\Documents\MyProject\PROJECTOne\node_modules\@azure\core-tracing\dist-esm\src\interfaces.js depends on '@opentelemetry/api'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
1条答案
按热度按时间sgtfey8w1#
这是一个已知的问题,@opentelemetry/api的旧版本不支持esm。https://github.com/azure/azure-sdk-for-js/issues/11550. 一旦@azure/storage blob发布了包含修复程序的新版本,该警告就会消失。