Skip to content

Commit b31937d

Browse files
authored
ENGCOM-9366: Add core/app as deps in requirejs config #34701
2 parents 216bece + 37b5323 commit b31937d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* Copyright © Magento, Inc. All rights reserved.
3+
* See COPYING.txt for license details.
4+
*/
5+
6+
var config = {
7+
deps: [
8+
'Magento_Ui/js/core/app'
9+
]
10+
};

0 commit comments

Comments
 (0)