@galacean/engine-loader 1.3.24 → 1.3.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/miniprogram.js +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/package.json +4 -4
package/dist/main.js
CHANGED
|
@@ -6431,7 +6431,7 @@ var ShaderChunkLoader = (_ShaderChunkLoader = /*#__PURE__*/ function(Loader1) {
|
|
|
6431
6431
|
};
|
|
6432
6432
|
return ShaderChunkLoader1;
|
|
6433
6433
|
}(engineCore.Loader), function() {
|
|
6434
|
-
_ShaderChunkLoader._shaderIncludeRegex =
|
|
6434
|
+
_ShaderChunkLoader._shaderIncludeRegex = /#include\s+"([./][^\\"]+)"/gm;
|
|
6435
6435
|
}(), _ShaderChunkLoader);
|
|
6436
6436
|
ShaderChunkLoader = __decorate([
|
|
6437
6437
|
engineCore.resourceLoader("ShaderChunk", [
|