diff --git a/src/demo/systemjs.config.js b/src/demo/systemjs.config.js index 7b7fc8a..b430d40 100644 --- a/src/demo/systemjs.config.js +++ b/src/demo/systemjs.config.js @@ -36,6 +36,7 @@ 'underscore': 'npm:lodash', 'dagre': 'npm:dagre', 'codemirror': 'npm:codemirror-minified', + 'codemirror-minified': 'npm:codemirror-minified', 'moment': 'npm:moment/moment.js', 'ts-disposables': 'npm:ts-disposables', 'jshint': 'npm:jshint/dist/jshint.js'