UNPKG

iemotion

Version:

评论时快速找到表情。

17 lines (15 loc) 323 B
/** * @description: * @author: 小康 * @url: https://xiaokang.me * @Date: 2021-01-11 12:47:19 * @LastEditTime: 2021-01-11 12:47:19 * @LastEditors: 小康 */ module.exports = { presets: ['@babel/preset-env'], plugins: [ '@babel/plugin-transform-runtime', '@babel/plugin-proposal-class-properties' ] }