@vxna/glsl-loader
Bundle your shaders without comments
Usage
webpack.config.js
module.exports = {
module: {
rules: [
{
test: /\.(frag|vert|glsl)$/,
loader: '@vxna/glsl-loader'
}
]
}
}
Bundle your shaders without comments
webpack.config.js
module.exports = {
module: {
rules: [
{
test: /\.(frag|vert|glsl)$/,
loader: '@vxna/glsl-loader'
}
]
}
}