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

fis构建,有依赖关系的md5值不一致 #812

Open
judychen2016 opened this issue Nov 16, 2017 · 0 comments
Open

fis构建,有依赖关系的md5值不一致 #812

judychen2016 opened this issue Nov 16, 2017 · 0 comments

Comments

@judychen2016
Copy link

a.js
define('/res/static/component/a.js',[], function(require, exports, module){});
b.js
seajs.use(['/res/static/component/a.js'], function(Spec_popup){});
修改了spec_popup.js,构建后有两个问题,
问题1: 引用了a.js的 b.js 并没有被构建出来,即b.js引用的还是旧版的a.js
问题2: a.js的文件名md5值和内容里面的md5值不对应
a_12345.js
define('/res/static/component/a_45628.js',[], function(require, exports, module){});

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