watching with webpack and starting python server after compilation

This commit is contained in:
Malar Kannan
2017-07-17 18:50:03 +05:30
parent 8411c53f13
commit 7f41ff4ed2
6 changed files with 830 additions and 1151 deletions

View File

@@ -2,7 +2,7 @@ import * as React from 'react';
import { Dimmer, Loader } from 'semantic-ui-react';
import * as XML from 'xml2js';
import * as _ from 'lodash';
import { LexEditor } from './LexComponents';
import { LexEditor } from './LexEditor';
const fieldMetaMap = {
label: { lens: 'label[0]', type: 'text' },