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
如果调用npm 模块
通常用直接require 模块名 比如 require('wilddog') 但模块内部根据不同的运行环境入口可能是不一致的
require('wilddog')
如
... web:"web.js", main:"node.js" ...
请问在labrador中如何指定打包哪个文件作为依赖
The text was updated successfully, but these errors were encountered:
在刚刚发布的 labrador-cli 0.6.8 版本中,可以在package.json中指定 "labrador":"for-labrador.js"
"labrador":"for-labrador.js"
目前加载的顺序是:
Sorry, something went wrong.
好的,谢谢。我会很快将 wilddog 支持 labrador ps.今天早些时候我给你发过邮件 @liangxingchen
No branches or pull requests
如果调用npm 模块
通常用直接require 模块名 比如
require('wilddog')
但模块内部根据不同的运行环境入口可能是不一致的
如
请问在labrador中如何指定打包哪个文件作为依赖
The text was updated successfully, but these errors were encountered: