https://github.com/gsimone/craco-glslify-loader
https://github.com/gsimone/craco-glslify-loader
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gsimone/craco-glslify-loader
- Owner: gsimone
- Created: 2020-08-10T10:59:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T13:52:29.000Z (almost 6 years ago)
- Last Synced: 2025-12-22T18:56:10.228Z (7 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://badge.fury.io/js/craco-glslify-loader)
# Install
```bash
yarn add @craco/craco craco-glslify-loader
```
# Usage
```js
const glslLoader = require("craco-glslify-loader");
module.exports = {
plugins: [
{
plugin: glslLoader,
options: { test: /\.(glsl|vs|fs|vert|frag)$/ },
},
],
};
```