sourcemap-upload-nos
v1.0.1
Published
> 将 sourceMap 打包后上传到 nos,并根据 gitlab commit 命名
Readme
sourcemap-upload-nos
将 sourceMap 打包后上传到 nos,并根据 gitlab commit 命名
配置文件为
根目录下使用 sun.config.js,配置如下,都不能为空
| 属性 | 含义 | 默认值 | | :-----------: | :-------------------------: | :-----: | | mapRoot | 生成的 map 文件目录 | dist/js | | isDeleteMap | 上传 map 文件后是否删除本地 | true | | accessKey | nos 上传的 key | | | accessSecret | nos 密码 | | | endpoint | nos 上传的域名 | | | defaultBucket | nos 桶名 | |
使用方式
npm i sourcemap-upload-nos 直接使用 sun 命令即可
建议
需要有 map 文件生成,同时建议排除三方库产生的 map 文件,导致上传的 map 过大,webpack 配置可参考使用 SourceMapDevToolPlugin
sourcemap 解析地址
https://front-testjd.epay.163.com/sourcemap ,请注意在办公网访问
