An open API service indexing awesome lists of open source software.

https://github.com/morulus/invoke-loader

Webpack loader, which invokes another loader with given options.
https://github.com/morulus/invoke-loader

Last synced: about 1 year ago
JSON representation

Webpack loader, which invokes another loader with given options.

Awesome Lists containing this project

README

          

invoke-loader
==

Webpack loader, which invokes another loader with given options.

```js
import html from '!invoke-loader?loader=skeleton-loader&option=./path/to/my/options.js!raw-loader!./index.html'
```

Author and license
--

Morulus

Under [MIT](./LICENSE) license, 2018

See also
--

- [git-commits-loader](https://github.com/morulus/git-commits-loader) Collect information about file commits
- [markdown-heading-loader](https://github.com/morulus/markdown-heading-loader) Just get primary heading of markdown document
- [markdown-feat-react-loader](https://github.com/morulus/markdown-feat-react-loader) Use React components directly in markdown