Skip to content

Commit 37b5323

Browse files
ENGCOM-9366: Add core/app as deps in requirejs config #34701
- Merge Pull Request #34701 from in-session/magento2:patch-13 - Merged commits: 1. da9ac15 2. ae11311 3. 9a7c85c
2 parents e8c31f5 + 9a7c85c commit 37b5323

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)