rollup-config 0.2.5-preview.1
Install from the command line:
Learn more about npm packages
$ npm install @exile-watch/rollup-config@0.2.5-preview.1
Install via package.json:
"@exile-watch/rollup-config": "0.2.5-preview.1"
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
:
// 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
- 10 months ago
- 24 dependencies
Assets
- rollup-config-0.2.5-preview.1.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0