We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f8a0a commit 26414d5Copy full SHA for 26414d5
1 file changed
ui/core.js
@@ -17,5 +17,8 @@ define( [
17
"./tabbable",
18
"./unique-id",
19
"./version"
20
-] );
+], function() {
21
+ // here define an empty function to let r.js(the bundler of require.js) to
22
+ // generate an independent entry in the generated bundle file.
23
+} );
24
} )();
0 commit comments