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
a.html页面有一个入口a.js,通过require的data-main方式引入a.js,现在想把这这个入口js中所有加载的js(包括jquery.js,b.js,c.js等)和a.js合并成一个新的js文件,目的是为了减少网络请求,请问有什么好的解决方案吗?通过使用fis3-deps-pack这个 插件,发现能够正常合并,但是页面加载的时候不会初始化a.js 里的代码,刚刚接触fis3不久,不知道使用fis3-postpackager-loader能否实现上述需求,希望予以指导
The text was updated successfully, but these errors were encountered:
No branches or pull requests
a.html页面有一个入口a.js,通过require的data-main方式引入a.js,现在想把这这个入口js中所有加载的js(包括jquery.js,b.js,c.js等)和a.js合并成一个新的js文件,目的是为了减少网络请求,请问有什么好的解决方案吗?通过使用fis3-deps-pack这个 插件,发现能够正常合并,但是页面加载的时候不会初始化a.js
里的代码,刚刚接触fis3不久,不知道使用fis3-postpackager-loader能否实现上述需求,希望予以指导
The text was updated successfully, but these errors were encountered: