shader-loader icon indicating copy to clipboard operation
shader-loader copied to clipboard

glsl loader for webpack working with chunks (inspired by ShaderLoader from cabbibo)

Results 2 shader-loader issues
Sort by recently updated
recently updated
newest added

It seems like a PR was recently merged to update the version of `loader-utils`. However, the current version on [npm](https://www.npmjs.com/package/shader-loader) is still using the old version. Would it be possible...

Firstly let me say thanks for your work on this, it helps a ton!! --- I made the use of `resolve` a little more explicit by including the `path` module...