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
require.async('./a', function(a) { …… });
其中 './a' 是一个JS变量,建议这种的,加一个map,编译前的文件名(带目录),编译后的文件名,这样就可以对应起来了
The text was updated successfully, but these errors were encountered:
@lmm1990
scrat支持,因为我们独立写了一个模块化框架,与工具紧密配合,spmx基于seajs,没有看到这种映射的关系处理,所以还不支持。
Sorry, something went wrong.
No branches or pull requests
require.async('./a', function(a) {
……
});
其中 './a' 是一个JS变量,建议这种的,加一个map,编译前的文件名(带目录),编译后的文件名,这样就可以对应起来了
The text was updated successfully, but these errors were encountered: