WIP - add extractor, generate snippet_data
This commit is contained in:
15
node_modules/raw-loader/README.md
generated
vendored
Normal file
15
node_modules/raw-loader/README.md
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# raw loader for webpack
|
||||
|
||||
## Usage
|
||||
|
||||
``` javascript
|
||||
var fileContent = require("raw!./file.txt");
|
||||
// => returns file.txt content as string
|
||||
```
|
||||
|
||||
Don't forget to polyfill `require` if you want to use it in node.
|
||||
See `webpack` documentation.
|
||||
|
||||
## License
|
||||
|
||||
MIT (http://www.opensource.org/licenses/mit-license.php)
|
||||
Reference in New Issue
Block a user