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
fis.match('::package', { postpackager: fis.plugin('loader', { resourceType: 'amd', useInlineMap: true }) });
我设置了resourceType: 'amd', 返回的老是mod.js 用的格式,如下
require.config({ "res": { "widget/header/header.js": { "uri": "/widget/header/header.js", "type": "js", "deps": [ "widget/header/Base.js" ] }, }, "pkg": {} });
试了很久,不知道是什么原因。
The text was updated successfully, but these errors were encountered:
fis.hook('amd') ?
Sorry, something went wrong.
这不科学啊,求 demo
多谢,已经解决!是require.min.2.1.22.js的坑,把名字改成require.js就可以了。
No branches or pull requests
我设置了resourceType: 'amd', 返回的老是mod.js 用的格式,如下
试了很久,不知道是什么原因。
The text was updated successfully, but these errors were encountered: