Package Exports
- rollup-plugin-livereload
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rollup-plugin-livereload) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Rollup plugin that bundles imported css
Integrates nicely with rollup-plugin-vue2
Installation
npm install --save-dev rollup-plugin-livereload
Usage
// rollup.config.js
import livereload from 'rollup-plugin-livereload'
export default {
entry: 'entry.js',
dest: 'bundle.js',
plugins: [
livereload()
]
}
Options
There should be an option to change the watcher.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Contributions and feedback are very welcome.
To get it running:
- Clone the project.
npm install
npm run build
Credits
License
The MIT License (MIT). Please see License File for more information.