next.js/test/integration/config-devtool-dev/next.config.js
next.config.js7 lines116 B
module.exports = {
  webpack: (config) => {
    config.devtool = 'cheap-module-source-map'
    return config
  },
}
Quest for Codev2.0.0
/
SIGN IN