rollup-config 0.1.7
Install from the command line:
Learn more about npm packages
$ npm install @exile-watch/rollup-config@0.1.7
Install via package.json:
"@exile-watch/rollup-config": "0.1.7"
About this version
Shared Rollup
configuration for exile.watch frontend projects.
Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application.
This package contains both, shared Rollup configuration and the Rollup dependency itself.
- Create a new configuration file at
./rollup.config.ts
:
import createRollupConfig from '@exile-watch/rollup-config'
export default createRollupConfig()
- Add
build
script topackage.json
{
"build": "rollup -c"
}
Details
- rollup-config
- exile-watch
- 11 months ago
- 24 dependencies
Assets
- rollup-config-0.1.7.tgz
Download activity
- Total downloads 4
- Last 30 days 0
- Last week 0
- Today 0