initial webpack build, #632

This commit is contained in:
Alexander Zobnin
2018-10-21 14:08:27 +03:00
parent 8bcd9bc181
commit 331634dfdf
14 changed files with 2156 additions and 99 deletions

View File

@@ -1,5 +1,5 @@
import _ from 'lodash';
import * as dateMath from 'app/core/utils/datemath';
import * as dateMath from 'grafana/app/core/utils/datemath';
import * as utils from './utils';
import * as migrations from './migrations';
import * as metricFunctions from './metricFunctions';