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

require('antd')报错,require其他的都正常 #72

Closed
L-x-C opened this issue Dec 19, 2015 · 1 comment
Closed

require('antd')报错,require其他的都正常 #72

L-x-C opened this issue Dec 19, 2015 · 1 comment

Comments

@L-x-C
Copy link

L-x-C commented Dec 19, 2015

fis release的时候

[NOTIC] can't find dep resource [react]

 [NOTIC] can't find dep resource [./affix]

 [NOTIC] can't find dep resource [./datepicker]

 [NOTIC] can't find dep resource [./tooltip]

 [NOTIC] can't find dep resource [./carousel]

 [NOTIC] can't find dep resource [./tabs]

 [NOTIC] can't find dep resource [./modal]

 [NOTIC] can't find dep resource [./dropdown]

 [NOTIC] can't find dep resource [./progress]

 [NOTIC] can't find dep resource [./popover]

 [NOTIC] can't find dep resource [./select]

 [NOTIC] can't find dep resource [./breadcrumb]

 [NOTIC] can't find dep resource [./popconfirm]

 [NOTIC] can't find dep resource [./pagination]

 [NOTIC] can't find dep resource [./steps]

 [NOTIC] can't find dep resource [./input-number]

 [NOTIC] can't find dep resource [./switch]

 [NOTIC] can't find dep resource [./checkbox]

 [NOTIC] can't find dep resource [./table]

 [NOTIC] can't find dep resource [./tag]

 [NOTIC] can't find dep resource [./collapse]

 [NOTIC] can't find dep resource [./message]

 [NOTIC] can't find dep resource [./slider]

 [NOTIC] can't find dep resource [./queue-anim]

 [NOTIC] can't find dep resource [./radio]

 [NOTIC] can't find dep resource [./notification]

 [NOTIC] can't find dep resource [./alert]

 [NOTIC] can't find dep resource [./validation]

 [NOTIC] can't find dep resource [./tree]

 [NOTIC] can't find dep resource [./upload]

 [NOTIC] can't find dep resource [./badge]

 [NOTIC] can't find dep resource [./menu]

 [NOTIC] can't find dep resource [./timeline]

 [NOTIC] can't find dep resource [./button]

 [NOTIC] can't find dep resource [./icon]

 [NOTIC] can't find dep resource [./row]

 [NOTIC] can't find dep resource [./col]

 [NOTIC] can't find dep resource [./spin]

 [NOTIC] can't find dep resource [./form]

 [NOTIC] can't find dep resource [./input]

 [NOTIC] can't find dep resource [./calendar]

 [NOTIC] can't find dep resource [./timepicker]

 [NOTIC] can't find dep resource [react]

 [NOTIC] can't find dep resource [./affix]

 [NOTIC] can't find dep resource [./datepicker]

 [NOTIC] can't find dep resource [./tooltip]

 [NOTIC] can't find dep resource [./carousel]

 [NOTIC] can't find dep resource [./tabs]

 [NOTIC] can't find dep resource [./modal]

 [NOTIC] can't find dep resource [./dropdown]

 [NOTIC] can't find dep resource [./progress]

 [NOTIC] can't find dep resource [./popover]

 [NOTIC] can't find dep resource [./select]

 [NOTIC] can't find dep resource [./breadcrumb]

 [NOTIC] can't find dep resource [./popconfirm]

 [NOTIC] can't find dep resource [./pagination]

 [NOTIC] can't find dep resource [./steps]

 [NOTIC] can't find dep resource [./input-number]

 [NOTIC] can't find dep resource [./switch]

 [NOTIC] can't find dep resource [./checkbox]

 [NOTIC] can't find dep resource [./table]

 [NOTIC] can't find dep resource [./tag]

 [NOTIC] can't find dep resource [./collapse]

 [NOTIC] can't find dep resource [./message]

 [NOTIC] can't find dep resource [./slider]

 [NOTIC] can't find dep resource [./queue-anim]

 [NOTIC] can't find dep resource [./radio]

 [NOTIC] can't find dep resource [./notification]

 [NOTIC] can't find dep resource [./alert]

 [NOTIC] can't find dep resource [./validation]

 [NOTIC] can't find dep resource [./tree]

 [NOTIC] can't find dep resource [./upload]

 [NOTIC] can't find dep resource [./badge]

 [NOTIC] can't find dep resource [./menu]

 [NOTIC] can't find dep resource [./timeline]

 [NOTIC] can't find dep resource [./button]

 [NOTIC] can't find dep resource [./icon]

 [NOTIC] can't find dep resource [./row]

 [NOTIC] can't find dep resource [./col]

 [NOTIC] can't find dep resource [./spin]

 [NOTIC] can't find dep resource [./form]

 [NOTIC] can't find dep resource [./input]

 [NOTIC] can't find dep resource [./calendar]

 [NOTIC] can't find dep resource [./timepicker]

require('redux'),require('jquery')这些都没问题

好像是antd/lib/index.js中require('./affix')这些,目录中他想要找到到的是/affix/index.js,fis应该是去找了affix.js。
不过就算我改变了antd/lib/index.js中require('/affix/index'),还是会引起一些别的问题

@2betop
Copy link
Contributor

2betop commented Dec 20, 2015

这些貌似 fis2 中不支持, fis3 中支持。

@L-x-C L-x-C closed this as completed Dec 21, 2015
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

2 participants