We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在fis3-hook-amd中也处理了component.json 的shim配置. 例如配置: "shim": { "angular-hotkeys.js": { "deps": ["angular", "angular-hotkeys.css"], "exports": "'cfp.hotkeys'" } } fis3 install 时, 会插入require 和 exports的代码. fis3 release 时也会插入相同的代码. require 和 exports 都重复了.
The text was updated successfully, but these errors were encountered:
lib\remotes\remotes.js 241行 function convert
Sorry, something went wrong.
No branches or pull requests
在fis3-hook-amd中也处理了component.json 的shim配置.
例如配置:
"shim": {
"angular-hotkeys.js": {
"deps": ["angular", "angular-hotkeys.css"],
"exports": "'cfp.hotkeys'"
}
}
fis3 install 时, 会插入require 和 exports的代码.
fis3 release 时也会插入相同的代码.
require 和 exports 都重复了.
The text was updated successfully, but these errors were encountered: