Remove dependency on kibana-ui-framework repo. (#10281) (#10609)

This commit is contained in:
CJ Cenizal 2017-03-01 22:04:15 -08:00 committed by GitHub
parent 615e15962f
commit 3af4a26fcf
3 changed files with 2 additions and 3 deletions

View file

@ -74,7 +74,6 @@
"@bigfunger/jsondiffpatch": "0.1.38-webpack",
"@elastic/datemath": "2.3.0",
"@elastic/httpolyglot": "0.1.2-elasticpatch1",
"@elastic/kibana-ui-framework": "0.0.13",
"@elastic/webpack-directory-name-as-main": "2.0.2",
"@spalger/filesaver": "1.1.2",
"@spalger/leaflet-draw": "0.2.3",

View file

@ -1,6 +1,6 @@
require('./main.scss');
import 'babel-core/polyfill';
import 'babel-polyfill';
import React from 'react';
import ReactDOM from 'react-dom';
import { Provider } from 'react-redux';

View file

@ -22,7 +22,7 @@ module.exports = {
loaders: [{
test: /\.jsx?$/,
loader: 'babel',
exclude: /node_modules/
exclude: /node_modules/,
}, {
test: /\.scss$/,
loaders: ['style', 'css', 'postcss', 'sass'],