Releases: didi/mpx
Releases · didi/mpx
v1.0.16
v1.0.14
v1.0.13
v1.0.12
v1.0.11
v1.0.10
v1.0.9
v1.0.8
bugfix
@mpxjs/[email protected]
修复第三方原生组件中使用relations和wxs产生的问题
编译配置发生改变,需要在webpack配置中添加两项用于编译第三方组件json文件及引用的wxs文件
{
{
test: /\.json$/,
resourceQuery: /__component/,
type: 'javascript/auto'
},
{
test: /\.wxs$/,
use: MpxWebpackPlugin.wxsLoader(),
type: 'javascript/auto',
issuer: /(\.wxml|\.mpx)$/
}
}
脚手架模板已更新,使用@mpxjs/cli重新创建项目即可得到最新配置
1.0.6
v1.0.5
新特性
支持引入第三方小程序组件库进行开发(vant,iView等),详情请查看https://didi.github.io/mpx/native-component.html