問題タブ [ngx-build-plus]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
74 参照

angular - ngx-build-plus:externals が Angular 13 で機能しない

Angular 13 は UMD-Bundles を生成しなくなったため

コマンド

ng g ngx-build-plus:externals --project MY_PROJECT

現在、無効な angular.json を作成しています (存在しない UMD バンドルを指しています)。

angular.json で参照されるumdバンドルは次のとおりです。

上記のファイルの代替ファイルは何ですか? この問題を解決する他の方法はありますか?