next.js/test/integration/edge-runtime-dynamic-code/next.config.js
next.config.js7 lines139 B
module.exports = {
  webpack(config) {
    config.experiments = { ...config.experiments, asyncWebAssembly: true }
    return config
  },
}
Quest for Codev2.0.0
/
SIGN IN