shadow$provide.module$node_modules$pixi_DOT_js$lib$rendering$renderers$gl$shader$program$preprocessors$stripVersion = function(global, require, module, exports) { exports.stripVersion = function(src, isES300) { return isES300 ? src.replace("#version 300 es", "") : src; }; }; //# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$rendering$renderers$gl$shader$program$preprocessors$stripVersion.js.map