Skip to Content
Anuma SDKNextOverview

Overview

Next.js configuration plugin for @anuma/sdk

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

Example

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

Functions

FunctionDescription
withAnuma-
Last updated on