Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexsedeke/relative-file-loader
https://github.com/alexsedeke/relative-file-loader
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexsedeke/relative-file-loader
- Owner: alexsedeke
- Created: 2017-01-08T19:41:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T19:43:29.000Z (about 8 years ago)
- Last Synced: 2024-04-28T05:21:40.345Z (9 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Relative file loader for webpack
## Usage
```javascript
module: {
loaders: [{
test: /\.(svg)$/,
loader: 'relative-file-loader?outputPath=' + relativePathFromOutputFolder
}
]
}
```
## LicenseMIT (http://www.opensource.org/licenses/mit-license.php)