didi / mpx

Mpx,一款具有优秀开发体验和深度性能优化的增强型跨端小程序框架
https://mpxjs.cn
Apache License 2.0
3.62k stars 376 forks source link

[Feature Request] customOutputPath 方法支持绝对路径参数 #1582

Open lp0124 opened 2 months ago

lp0124 commented 2 months ago

目前的 customOutputPath 方法只提供了 type, name, hash, ext 4 个参数,其中的 name 取的是文件名,如果目录结构是这样的

image

那 name 字段取到的都是 index,导致打包后组件名全是 index + hash ,在开发阶段无法识别出组件

image

希望增加绝对路径参数,来让开发者通过自定义路径的方式来标识出这些打包后的组件