大约有 17 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0028 秒)
...Js) { return gulp.src(config.compressJsFilter, { base: releaseDir }) .pipe(sourcemaps.init({loadMaps:true})) .pipe(uglify({ mangle: { keep_fnames:true } })) .pipe(sourcemaps.write(releaseDir + '/../sourcemaps')) .on('error', function (err) { console.warn(err.toString()); }) .pipe(gulp.dest(releaseDi...
来源: Laya_社区 发布时间: 20200720
发布时勾选压缩js后,gulp uglify生成的sourcemap在哪里 发布时不勾选压缩混淆js的话,bundle.js里还是会有sourcemap信息的,勾选的话就没有了,那我去哪里找gulp uglify压缩混淆js过程生成的sourcemap信息呢?线上的游戏出现的报错我们希...
来源: Laya_社区 发布时间: 20190528
... ##### F5调试相关: 基于IDE自身的F5断点调试需要源映射(Source Map),所以LayaAirIDE2.2之前的版本是内置开启了Source Map,这会导致随着项目的增大Source Map也越来越大。然而,也有大量的开发者只使用chrome调试,希望减少项目大小...
来源: Laya2.0_文档 发布时间: 20210715
... /* Generates corresponding '.d.ts' file. */ // "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", /* Concatenate and emit output to single file. */ "outDir": "build"...
来源: Laya_社区 发布时间: 20190408
...内容相关的链接 提交 1 个回复 SONIC3D 赞同来自: famesfancy source map,主要是方便chrome调试用,用来对应某行js代码对应的原ts的路径和行号。Chrome中的js调试器会在加载js时尝试加载同路径下的.map,然后根据map信息,尝试下载对应的ts...
来源: Laya_社区 发布时间: 20160922
...60 其实这个功能有用的。开发内部封装库的时候有用。sourcemap + typescript 可以获得调用栈的位置。 引擎开发人员能否考虑一下支持这个方式? 用处举例 function createbitmap(url:string) { var bitmap = new Bitmap(); console.log(stack...
来源: Laya_社区 发布时间: 20181105
...a: string sliceIndex: number Returns string[] Static getCGBlock getCGBlock(source: string): {} Defined in laya/d3/loaders/ShaderParser.ts:81 get CG data for map Parameters source: string Returns {} [key: string]: string Static getDefaultData getDefaultData(type: ShaderDataType, data: any): any Defin...
来源: Laya3.0_api 发布时间: 20231115
...var tx:Texture = Laya.loader.getRes("map/157.jpg"); this._test.source = tx; } 我这张图是913X1400没有打成图集的 我用image动态替换一个大图片时,为什么替换后那张图变成很小了 这是替换前的 这是替换后的 附件 : --> 2017-04-11 ...
来源: Laya_社区 发布时间: 20170411
...n", "tiledversion":"1.1.3", "tileheight":32, "tilesets":[ { "firstgid":1, "source":"daditu.tsx" }, { "columns":8, "firstgid":1201, "image":"daditu.png", "imageheight":4800, "imagewidth":256, "margin":0, "name":" daditu", "spacing":0, "tilecount":1200, "tileheight":32, "tilewidth":32 }], "tilewidth":...
来源: Laya_社区 发布时间: 20180326
...问是什么原因? Breakpoint ignored because generated code not found (source map problem?). 2018-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 IXgSoul 赞同来自: 你不是在js里打的断点吧? ...
来源: Laya_社区 发布时间: 20180626