next.js/examples/with-rspack/next.config.js
next.config.js9 lines179 B
const withRspack = require("next-rspack");

/** @type {import('next').NextConfig} */
const nextConfig = {
  /* config options here */
};

module.exports = withRspack(nextConfig);
Quest for Codev2.0.0
/
SIGN IN