We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f8a0a commit 780a057Copy full SHA for 780a057
1 file changed
ui/core.js
@@ -17,5 +17,7 @@ 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 generate an independent entry in the generated bundle file.
22
+} );
23
} )();
0 commit comments