@vxna/glsl-loader
v1.0.6
Published
Bundle your shaders without comments
Downloads
2
Readme
@vxna/glsl-loader
Bundle your shaders without comments
Usage
webpack.config.js
module.exports = {
module: {
rules: [
{
test: /\.(frag|vert|glsl)$/,
loader: '@vxna/glsl-loader'
}
]
}
}
License
MIT (http://www.opensource.org/licenses/mit-license.php)