Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.23 KB
Arcjet Logo

@arcjet/rollup-config

npm badge

Custom rollup config for Arcjet projects.

Installation

npm install -D @arcjet/rollup-config

Example

In your rollup.config.js file:

import { createConfig } from "@arcjet/rollup-config";

export default createConfig(import.meta.url);

License

Licensed under the Apache License, Version 2.0.