Vision_X

Results 7 issues of Vision_X

#### Are there any plans to support webpack5? it seems uni is compiled via @vue/services which the new version already supports webpack 5.but simply updating the @vue/services version doesn't seem...

enhancement

I'm not sure if this is a bug or expected feature(not compatibility for the wrong module library),so I marked it as discuss. ## good case when we not use module...

question
webpack-5

Maybe we can change the arrow function to a normal function definition,so that we can use this package normally without compiling even in low-end browsers。yes, I used this package in...

目前的v2.3.1-beta 同样有问题。

**新功能描述** 支持 `textarea` 嵌套 `keyboard-accessory` 的正常编译 **现状及问题** **尝试方案** wxcomponents 直接隔离出来使用,但是并不优雅,而且交互,事件,数据等等都比较怪异。 **补充信息** 主要是要扩展vue-template-compiler 使得textarea的子节点可支持组件而非直接变成字符串(这个本身违背html规范😂),更新对应的uni-tempate-compiler。如果可行,愿意尝试提交pr

enhancement

**问题描述** sourcemapurl 生成的路径不对 应该是 ``` //# sourceMappingURL=../../.sourcemap/mp-weixin/common/main.js.map ``` 而不是 ``` //# sourceMappingURL=../.sourcemap/mp-weixin/common/main.js.map ``` **复现步骤** [复现问题的步骤] ``` vue create -p dcloudio/uni-preset-vue my-project // 正式版vuecli 创建项目即可复现 ``` [或者可以直接贴源代码] **预期结果** ![image](https://user-images.githubusercontent.com/40595135/216778935-9455f942-cc8e-4b00-80e4-f54c1f2d0eb5.png) **实际结果** ![image](https://user-images.githubusercontent.com/40595135/216778977-be66cdc4-88c4-40fd-9fd3-4f209b8ee6c2.png)...

mp-weixin
vue2
提供了复现方案