jd-opensource / jd-opensource/taro-ui

taro-ui: 3.0.0-alpha.2,在页面引入taro-ui后,该页面的sourceMap功能失效

Open
#1,061 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
4.7k
Forks
740
PR merge metrics
No merged PRs in 30d

Description

微信小程序里面

使用taro 3.0.0-beta.3,在pages/index/index.jsx 里面import { AtGrid } from 'taro-ui'后,该页面的sourceMap就失效了
```js
import React, { Component } from 'react'
import Taro from '@tarojs/taro'
import { View, Image } from '@tarojs/components'
import { observer, inject } from 'mobx-react'
import { AtGrid } from 'taro-ui'

@inject('store')
@observer
class Index extends Component {
increment = () => {
debugger
}
render() {
return (

点击

)
}
}

export default Index

```
![2222222](https://user-images.githubusercontent.com/23121594/81800398-5d5ed700-9545-11ea-9266-aec232a0d5e6.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.