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
设置了map加了版本号的时候有问题,匹配不到
map: [ function (uri){ if(!/-debug\.[^\.]+$/.test(uri)){ return uri.replace(/^(.*)(\.[^\.]+)$/i, '$1' + (config.debugState() ? '-debug$2?version=' : '$2?version=' ) + config.version); } } ]
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
@hodor-cn
fork 并处理了包含query string的版本号:https://github.com/Viky-zhang/seajs-text
query string
已提 pr
No branches or pull requests
设置了map加了版本号的时候有问题,匹配不到
The text was updated successfully, but these errors were encountered: