mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
615e15962f
commit
3af4a26fcf
3 changed files with 2 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -22,7 +22,7 @@ module.exports = {
|
|||
loaders: [{
|
||||
test: /\.jsx?$/,
|
||||
loader: 'babel',
|
||||
exclude: /node_modules/
|
||||
exclude: /node_modules/,
|
||||
}, {
|
||||
test: /\.scss$/,
|
||||
loaders: ['style', 'css', 'postcss', 'sass'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue