trying a varying shim config from another example
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
"main": "select2",
|
"main": "select2",
|
||||||
"files": ["select2.js", "select2.png", "select2.css", "select2-spinner.gif"],
|
"files": ["select2.js", "select2.png", "select2.css", "select2-spinner.gif"],
|
||||||
"shim": {
|
"shim": {
|
||||||
"select2": ["jquery"]
|
"select2": {
|
||||||
|
"imports": "jquery",
|
||||||
|
"exports": "$"
|
||||||
},
|
},
|
||||||
"buildConfig": { "uglify": true }
|
"buildConfig": { "uglify": true }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user