mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Unify the codemirror imports
This commit is contained in:
parent
4e359c921f
commit
01ffff73dd
@ -38,7 +38,9 @@ var commonConfig = {
|
||||
bootstrap: '$',
|
||||
bootstraptour: 'Tour',
|
||||
'jquery-ui': '$',
|
||||
typeahead: '$.typeahead'
|
||||
typeahead: '$.typeahead',
|
||||
'codemirror/lib/codemirror': "commonjs codemirror/lib/codemirror",
|
||||
'codemirror/mode/meta': 'commonjs codemirror/mode/meta'
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user