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.
- Host: GitHub
- URL: https://github.com/morulus/invoke-loader
- Owner: morulus
- License: mit
- Created: 2018-05-03T01:22:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T20:27:43.000Z (over 7 years ago)
- Last Synced: 2025-05-18T04:16:33.897Z (about 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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