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
.match('/module/**/*.js', { isMod: true }) .match('::package', { postpackager: fis.plugin('loader', { resourceType: 'amd', useInlineMap: true }) })
fis3-hook-amd fis3-postpackager-loader 都 update 到最新版本 release 时候 require 采用 require.min.js 不会生成RESOURCE_MAP 导致找不到文件 换成同版本的 require.js 就好了, 测试了多个 require版本都是如上问题 请问是什么问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
fis3-hook-amd fis3-postpackager-loader 都 update 到最新版本
release 时候 require 采用 require.min.js 不会生成RESOURCE_MAP 导致找不到文件
换成同版本的 require.js 就好了,
测试了多个 require版本都是如上问题
请问是什么问题
The text was updated successfully, but these errors were encountered: