next.config.js 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 module.exports = { reactStrictMode: true, } const removeImports = require("next-remove-imports")(); module.exports = removeImports({ experimental: { esmExternals: true } });