webpack.config.js const {GenerateSW} = require('workbox-webpack-plugin'); const main = { plugins: [ new GenerateSW({ skipWaiting: true, ...
確定! 回上一頁