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

https://github.com/hg-ff/loaders

webpack loaders collection
https://github.com/hg-ff/loaders

datta loader smarkt webpack webpack-loader

Last synced: about 1 month ago
JSON representation

webpack loaders collection

Awesome Lists containing this project

README

          

## current loaders:
* [datta](https://github.com/kodedninja/datta)load
* [smarkt](https://github.com/jondashkyle/smarkt)load
* [indental](https://github.com/XXIIVV/Oscean/blob/master/scripts/lib/indental.js)load

## installation:
```
yarn add dattaload smarktload indentalload
```

## usage:
```javascript
{
test: /\.smk$/,
use: [
'json-loader',
'smarktload'
]
},
{
test: /\.dtt$/,
use: [
'json-loader',
'dattaload'
]
},
{
test: /\.tome$/,
use: [
'json-loader',
'indentalload'
]
}
```