UNPKG

wx2

Version:

微信小程序 转换 百度小程序

21 lines (19 loc) 373 B
/* * @Descripttion: * @Author: wangpanfe * @Date: 2020-03-17 17:01:44 * @LastEditTime: 2020-03-18 23:45:59 */ /** * @file * Created by wangpanfe on 2019/11/25. */ 'use strict'; const components = require('./component'); module.exports = { 'app.json': ['prefetches'], components, 'project.json': { 'miniprogramRoot': 'smartProgramRoot' } };