fix: turbopack error
This commit is contained in:
@@ -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$/,
|
||||||
|
|||||||
Reference in New Issue
Block a user