Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webpack项目兼容性问题 #74

Closed
21paradox opened this issue Jun 10, 2019 · 5 comments
Closed

webpack项目兼容性问题 #74

21paradox opened this issue Jun 10, 2019 · 5 comments

Comments

@21paradox
Copy link

hi,我在webpack环境使用了下发现textarea 配置报错。

image

在webpack下 require("../../components/Textarea") 取到的模块出错
我创建了一个demo项目复现问题
https://github.com/21paradox/test-amis-textarea

image

image

@2betop
Copy link
Collaborator

2betop commented Jun 10, 2019

先可以用这个版本:1.0.0-beta.25
后续 rc-4 会修复这个问题。

@21paradox
Copy link
Author

1.0.0-beta.25 可以了,多谢~

@Leonard-Li777
Copy link

Leonard-Li777 commented Jul 16, 2019

@2betop 我测试了1.0.0-rc.8下,这两个组件有问题

                  {
                      "type": "json-editor",
                      "name": "json",
                      "value": "{\n    \"a\": 1,\n    \"b\": [\n        1,\n        2,\n        3\n    ]\n}",
                      "label": "Json Editor"
                  },
                  {
                      "type": "rich-text",
                      "name": "html",
                      "label": "Rich Text",
                      "value": "<p>Just do <code>IT</code>!</p>"
                  },

@2betop
Copy link
Collaborator

2betop commented Jul 16, 2019

是说 webpack 下有问题?

@Leonard-Li777
Copy link

是webpack下有问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants