@lms-elements/common-rollup-config
Commonly used Rollup config file for React components build
Installation
yarn add @lms-elements/common-rollup-config --dev
Usage
Create rollup.config.mjs file in root of a new package and add this content
import { CommonConfig } from '@lms-elements/common-rollup-config';
export default CommonConfig;