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
静态文件编译后加md5的后缀后: a_{md5string}.js 是否可以添加配置文件修改为: a_{version}.js
比如: core_f440247.js 通过fis的配置改为: core_1-4-5.js
The text was updated successfully, but these errors were encountered:
求解答
Sorry, something went wrong.
md5戳是比版本号更优的缓存控制解决方案,使用版本号更新时部分文件没有变动也导致缓存浪费了,如果实在想要版本方案可以参考这个issue: #73 ,想改文件名称后缀的话得开发自定义插件
No branches or pull requests
静态文件编译后加md5的后缀后:
a_{md5string}.js
是否可以添加配置文件修改为:
a_{version}.js
比如: core_f440247.js 通过fis的配置改为: core_1-4-5.js
The text was updated successfully, but these errors were encountered: