next.js/test/integration/build-warnings/next.config.js
next.config.js7 lines109 B
module.exports = {
  webpack: (config) => {
    config.optimization.minimize = true
    return config
  },
}
Quest for Codev2.0.0
/
SIGN IN