問題タブ [workbox]
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.
visual-studio - Google の sw-toolbox から Workbox SW (Visual Studio) に移行する
sw-toolbox
私はサービスワーカーの管理に使用していました-小さく、シンプルで、効果的です。Google がWorkbox SW
(sw-toolbox と sw-precache を置き換える) をリリースしたので、移行する必要がありますが、見つけるのに苦労しています:
a) プロジェクトに含めることができる Workbox の単一の .js 依存関係
b) 単一の .js 依存関係をビルドするためのカスタム ビルド ツール
c) プロジェクト ビルドに Workbox ビルドを含める方法
私はこれについて間違った方法で進んでいますか?