From ffe5cffec1fe2d19514404e037bec08c41559e57 Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Fri, 14 Dec 2018 10:55:08 -0500 Subject: [PATCH] Fix codemirror-minified not found problem for the sample --- src/demo/systemjs.config.js | 1 + 1 file changed, 1 insertion(+) 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'