0.2.2 • Published 5 years ago

@mgsisk/rollup-config v0.2.2

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

@mgsisk/rollup-config

Opinionated configuration for Rollup.

Latest release Build status Code maintainability Test coverage Maintainer funding

@mgsisk/rollup-config is an opinionated Rollup plugin that loads other plugins preconfigured for JavaScript development. Includes the following plugins:

Installation

npm install --save-dev @mgsisk/rollup-config

Usage

// rollup.config.js

import rollupConfig from '@mgsisk/rollup-config'

export default {
  input: 'src/main.js',
  output: {
    file: 'bundle.js',
    format: 'cjs',
  },
  plugins: rollupConfig
}

Support resources are available if you need help with this project. Refer to individual plugin documentation for more information on how each works.

Contributing

Contributions are always welcome; please read the code of conduct before you begin. See the changelog for notable project changes, and report any security concerns you find.

Thanks

To the contributors that help to build, fund, and maintain this project; the other works that have contributed to and inspired this project; and anyone that has found this project useful.

License

ISC

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago