more merge

This commit is contained in:
Dobromir Popov
2024-05-07 11:12:53 +03:00
parent 6a9debcf16
commit d8c11915fa
2 changed files with 15 additions and 6 deletions

View File

@ -1,6 +1,6 @@
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
//we're currently using next-pwa (which uses GeneraeSW automatically), so we don't need to use workbox-webpack-plugin
const { InjectManifest, GenerateSW } = require('workbox-webpack-plugin');
// const { InjectManifest, GenerateSW } = require('workbox-webpack-plugin');
const withPWA = require('next-pwa')({
dest: 'public',