Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用requirejs
我需要设置 javascript(甚至 css 文件)缓存过期(max-age)
我知道有配置urlArg
require.config({ urlArgs: "bust=v" + VERSION });
这样,我必须在每次修改时手动更改值 VERSION
我可以将其配置为在修改或到期时间后自动更改吗?
除了使用 Date() Time 因为它只适用于开发状态
我通过动态生成 urlArgs 解决了这个问题
https://github.com/huei90/requirejs-cache