Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexsedeke/relative-file-loader


https://github.com/alexsedeke/relative-file-loader

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Relative file loader for webpack

## Usage
```javascript
module: {
loaders: [{
test: /\.(svg)$/,
loader: 'relative-file-loader?outputPath=' + relativePathFromOutputFolder
}
]
}
```
## License

MIT (http://www.opensource.org/licenses/mit-license.php)