use*_*366 5 ngrx angular ngrx-store
我在我的应用程序中使用 ngrx-store-localstorage 并收到以下警告:
警告:/Users/Me/angular-ngrx-material-standalone-starter/node_modules/ngrx-store-localstorage/fesm2022/ngrx-store-localstorage.mjs 取决于“deepmerge”。CommonJS 或 AMD 依赖项可能会导致优化救援。有关更多信息,请参阅: https ://angular.io/guide/build#configuring-commonjs-dependencies
我尝试在 angular.json 中添加 ngrx-store-localstorage,如下所示:
{
"builder": "@angular-devkit/build-angular:browser",
"options": {
"allowedCommonJsDependencies": ["ngrx-store-localstorage"],
}
}
Run Code Online (Sandbox Code Playgroud)
正如医生所说,但警告仍然存在。
你能帮我吗?谢谢
| 归档时间: |
|
| 查看次数: |
230 次 |
| 最近记录: |