@galacean/engine-loader 1.3.23 → 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/miniprogram.js
CHANGED
|
@@ -6431,7 +6431,7 @@ var ShaderChunkLoader = (_ShaderChunkLoader = /*#__PURE__*/ function(Loader1) {
|
|
|
6431
6431
|
};
|
|
6432
6432
|
return ShaderChunkLoader1;
|
|
6433
6433
|
}(miniprogram.Loader), function() {
|
|
6434
|
-
_ShaderChunkLoader._shaderIncludeRegex =
|
|
6434
|
+
_ShaderChunkLoader._shaderIncludeRegex = /#include\s+"([./][^\\"]+)"/gm;
|
|
6435
6435
|
}(), _ShaderChunkLoader);
|
|
6436
6436
|
ShaderChunkLoader = __decorate([
|
|
6437
6437
|
miniprogram.resourceLoader("ShaderChunk", [
|
package/dist/module.js
CHANGED
|
@@ -6427,7 +6427,7 @@ var ShaderChunkLoader = (_ShaderChunkLoader = /*#__PURE__*/ function(Loader1) {
|
|
|
6427
6427
|
};
|
|
6428
6428
|
return ShaderChunkLoader1;
|
|
6429
6429
|
}(Loader), function() {
|
|
6430
|
-
_ShaderChunkLoader._shaderIncludeRegex =
|
|
6430
|
+
_ShaderChunkLoader._shaderIncludeRegex = /#include\s+"([./][^\\"]+)"/gm;
|
|
6431
6431
|
}(), _ShaderChunkLoader);
|
|
6432
6432
|
ShaderChunkLoader = __decorate([
|
|
6433
6433
|
resourceLoader("ShaderChunk", [
|