0.1.2 • Published 8 months ago

@samual/rollup-config v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Samual's Rollup Config

An opinionated Rollup config.

Requires Node.js 18.20+, 20.10+, 22.0+, or above.

Install

npm install @samual/cookie

Usage

Put this in your rollup.config.js:

import { rollupConfig } from "@samual/rollup-config"

export default rollupConfig()

By default, this config finds source files in src and emits them to dist. You can override the source path with rollupConfig({ sourcePath: "source" }) and you can override the out path with rollupConfig({ outPath: "build" }).