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 采用 require.min.js 不会生成__RESOURCE_MAP__ 导致找不到文件 #16

Open
zrain opened this issue Nov 20, 2015 · 0 comments

Comments

@zrain
Copy link

zrain commented Nov 20, 2015

.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版本都是如上问题
请问是什么问题

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

1 participant