const { GenerateSW } = require('workbox-webpack-plugin'); mix.webpackConfig({ plugins: [new GenerateSW()], output: { publicPath: '' } });
確定! 回上一頁