Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 7330670

Browse files
authored
Merge pull request #6770 from anandhan-ziffity/patch-3
Add missing configuration
2 parents ef64245 + dc86e20 commit 7330670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guides/v2.3/javascript-dev-guide/javascript/requirejs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ All configuration is done in the `requirejs-config.js` file. It has a single roo
1717
var config = {
1818
'map': {...},
1919
'paths': {...},
20+
'deps':[...],
2021
'shim': {...},
2122
'config': {
2223
'mixins': {...},

0 commit comments

Comments
 (0)