various fixes to imports and filtering;

some API rewrited
This commit is contained in:
Dobromir Popov
2024-04-11 02:38:36 +03:00
parent 76edfb13a2
commit 7e7e01f14c
5 changed files with 316 additions and 36 deletions

View File

@ -1,7 +1,11 @@
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
const withPWA = require('next-pwa')({
dest: 'public'
dest: 'public',
register: true, // ?
publicExcludes: ["!_error*.js"], //?
disable: process.env.NODE_ENV === 'development',
})
module.exports = withPWA({