@gganbu-org/rollup
v0.0.0
Published
> TODO: description
Downloads
1
Readme
@gganbu/rollup
🍣 We use rollup to bundle the libraries
Install
Just add it to your devDependencies
Using npm:
npm install @gganbu/rollup -D
Using yarn:
yarn add @gganbu/rollup -D
Usage
Create rollup.config.js in your project as simple as follow:
import { generateConfig } from '@gganbu/rollup';
export default generateConfig({
packageDir: __dirname,
});