You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VM189 index.html:3 d:\Work\小程序\alipay-test\dist\vendors.js: Unexpected token (1210:124)
Please set enableNodeModuleBabelTransform to true or add "d:/Work/小程序/alipay-test/dist/vendors.js" to node_modules_es6_whitelist in mini.project.json for node_modules babel transform
(index):6 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')
at (index):6:994
at Array.forEach ()
at g ((index):6:185)
at m ((index):6:973)
at M.init ((index):6:9020)
at M.x ((index):6:2019)
at new M ((index):6:4623)
at y ((index):6:2076)
at new ia ((index):6:7528)
at new ha ((index):6:7309)
相关平台
支付宝小程序
复现仓库
https://github.com/daofeng-coder/taro-alipay-bug.git
小程序基础库: 1.25.9
使用框架: Vue 3
复现步骤
执行build编译,编译过程没问题,但是在开发工具上无法运行,会报错
期望结果
build编译出来能够正常运行
实际结果
出现两个错误
VM189 index.html:3 d:\Work\小程序\alipay-test\dist\vendors.js: Unexpected token (1210:124)
Please set enableNodeModuleBabelTransform to true or add "d:/Work/小程序/alipay-test/dist/vendors.js" to node_modules_es6_whitelist in mini.project.json for node_modules babel transform
(index):6 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')
at (index):6:994
at Array.forEach ()
at g ((index):6:185)
at m ((index):6:973)
at M.init ((index):6:9020)
at M.x ((index):6:2019)
at new M ((index):6:4623)
at y ((index):6:2076)
at new ia ((index):6:7528)
at new ha ((index):6:7309)
环境信息
补充信息
dev模式正常运行,基础库2.8.x也试过,也不行,build编译出来就会报错
顺便再反馈个问题,为啥较新的Taro版本,v-html不支持video解析了?3.4.13都能解析
The text was updated successfully, but these errors were encountered: