StarSky
StarSky
  • 发布:2022-08-31 19:17
  • 更新:2022-08-31 19:17
  • 阅读:626

【报Bug】uniapp vue3版本的H5打包勾选sourcemap,<script>标签疑似使用renderjs打包报错

分类:uni-app

产品分类: uniapp/H5

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: 12.5.1

HBuilderX类型: 正式

HBuilderX版本号: 3.5.3

浏览器平台: Chrome

浏览器版本: 104.0.5112.101

项目创建方式: HBuilderX

示例代码:

<script src="./wxs/z-paging-wxs.wxs" module="pagingWxs" lang="wxs"></script> <script module="pagingRenderjs" lang="renderjs">

操作步骤:

<script src="./wxs/z-paging-wxs.wxs" module="pagingWxs" lang="wxs"></script> <script module="pagingRenderjs" lang="renderjs">

预期结果:

<script src="./wxs/z-paging-wxs.wxs" module="pagingWxs" lang="wxs"></script> <script module="pagingRenderjs" lang="renderjs">

实际结果:

<script src="./wxs/z-paging-wxs.wxs" module="pagingWxs" lang="wxs"></script> <script module="pagingRenderjs" lang="renderjs">

bug描述:

Sourcemap is likely to be incorrect: a plugin (uni:h5-renderjs) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help

2022-08-31 19:17 负责人:无 分享
已邀请:

要回复问题请先登录注册