peacejj
peacejj
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? @babel/core ### Input code ```js var babel = require('@babel/core'); const t...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code Below is an example. ``` var...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? @babel/cli ### Input code ``` var babel = require("@babel/core"); var code...
### 相关平台 微信小程序 **小程序基础库: 和小程序版本无关** **使用框架: React** ### 复现步骤 #### 操作步骤:任意一个hello word项目编译后,查看首页的源码及.map文件。 #### 示例 ##### taro源码(最简单的示例): ``` import React from 'react' import { View, Text } from '@tarojs/components' import {...