Answer the question
In order to leave comments, you need to log in
What is this import error?
There is a project built on next.js
It has a next.config.js file that looks like this
const path = require('path')
module.exports = {
publicRuntimeConfig: {
//разный код
},
webpack(config) {
//разный код
},
}
const { withSentryConfig } = require('@sentry/nextjs')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question