Rollup plugin that resolves URL imports
Installation
npm install --save-dev rollup-plugin-url-import
Usage
// rollup.config.js input: 'input.js' output: file: 'output.js' format: 'esm' plugins:
// input.js console
Options
The cache option is not yet implemented.
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
npm run test
Credits
License
The MIT License (MIT). Please see License File for more information.