We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2985512 + a068336 commit f1785deCopy full SHA for f1785de
stealconfig.js
@@ -2,7 +2,8 @@ steal.config({
2
map: {
3
"*": {
4
"jquery/jquery.js" : "jquery",
5
- "can/util/util.js": "can/util/jquery/jquery.js"
+ "can/util/util.js": "can/util/jquery/jquery.js",
6
+ "jquery/": "jquerypp/"
7
}
8
},
9
paths: {
0 commit comments