const {InjectManifest} = require('workbox-webpack-plugin'); plugins: [ ... new InjectManifest({ swSrc: './src/sw.js', }) ...
確定! 回上一頁