@arcjet/rollup-config
Custom rollup config for Arcjet projects.
What is this?
This is our Rollup configuration that we share across our codebase.
When should I use this?
You should not use this but instead configure Rollup yourself.
Install
This package is ESM only. Install with npm in Node.js:
npm install @arcjet/rollup-config
Use
In rollup.config.js
:
import { createConfig } from "@arcjet/rollup-config";
export default createConfig(import.meta.url);