https://github.com/swiftcarrot/yaml-loader
webpack yaml loader
https://github.com/swiftcarrot/yaml-loader
Last synced: about 2 months ago
JSON representation
webpack yaml loader
- Host: GitHub
- URL: https://github.com/swiftcarrot/yaml-loader
- Owner: swiftcarrot
- License: mit
- Created: 2018-10-31T08:53:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T21:58:56.000Z (about 5 years ago)
- Last Synced: 2025-03-02T20:48:10.998Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @swiftcarrot/yaml-loader
```sh
yarn add @swiftcarrot/yaml-loader --dev
``````javascript
rules: [
{
test: /\.ya?ml$/,
use: '@swiftcarrot/yaml-loader'
}
];
```