Skip to content

Conversation

@Bacra
Copy link

@Bacra Bacra commented Oct 31, 2014

对传入的alias options进行预处理,确保alias值和实际编译结果define的id一致

例如:
alias如下:

{
jquery: '/com/jquery',
backbone: 'com/./backbone'
}

生成的define却是这样的

define('com/jquery', [], ...)
define('com/backbone', ['com/jquery'], ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant