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
- Host: GitHub
- URL: https://github.com/hg-ff/loaders
- Owner: hg-FF
- Created: 2018-05-18T21:00:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T16:13:57.000Z (about 8 years ago)
- Last Synced: 2026-05-14T07:13:27.036Z (about 2 months ago)
- Topics: datta, loader, smarkt, webpack, webpack-loader
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
]
}
```