Skip to Content
SdkNextOverview

Overview

Next.js configuration plugin for @reverbia/sdk

Use this to automatically configure Webpack aliases and server exclusions needed for the SDK’s dependencies.

Example

// next.config.ts import { withReverbia } from "@reverbia/sdk/next"; const nextConfig = { // your config... }; export default withReverbia(nextConfig);

Functions

FunctionDescription
withReverbia-
Last updated on