jd-opensource / jd-opensource/taro-ui
taro-ui: 3.0.0-alpha.2,在页面引入taro-ui后,该页面的sourceMap功能失效
Open
- 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
```

Contributor guide
Assessment
This issue has not been assessed yet.