fix: turbopack error

This commit is contained in:
2026-04-16 22:31:08 +04:00
parent a3cf8b58c9
commit 4b1e1aecc5
+1
View File
@@ -6,6 +6,7 @@ const withPWA = require('next-pwa')({
}) })
module.exports = (withPWA({ module.exports = (withPWA({
turbopack: {},
webpack: config => { webpack: config => {
config.module.rules.push({ config.module.rules.push({
test: /\.svg$/, test: /\.svg$/,