We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f29ae3 commit 7c57868Copy full SHA for 7c57868
index.js
@@ -14,7 +14,7 @@ module.exports = function(source) {
14
uid.queue = 0
15
uid.done = false
16
17
- var options = loaderUtils.getOptions(this) || {}
+ var options = this.getOptions() || {}
18
19
if(options.glsl && options.glsl.chunkPath){
20
chunkPath = options.glsl.chunkPath
package.json
@@ -24,6 +24,6 @@
24
},
25
"homepage": "https://github.com/Makio64/shader-loader",
26
"dependencies": {
27
- "loader-utils": "^1.1.0"
+ "loader-utils": "^3.2.0"
28
}
29
0 commit comments