1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-01 19:22:35 +02:00

Convert to babel-preset-env and upgrade build and linting packages. (#1557)

This commit is contained in:
Zach Schneider
2018-01-26 13:55:29 -05:00
committed by Ian Storm Taylor
parent 1467d687bd
commit 00165a3155
16 changed files with 554 additions and 471 deletions

View File

@@ -1,10 +1,4 @@
/**
* Polyfills.
*/
import 'babel-polyfill' // eslint-disable-line import/no-extraneous-dependencies
/**
* Dependencies.
*/

View File

@@ -1,10 +1,4 @@
/**
* Polyfills.
*/
import 'babel-polyfill' // eslint-disable-line import/no-extraneous-dependencies
/**
* Dependencies.
*/

View File

@@ -1,10 +1,4 @@
/**
* Polyfills.
*/
import 'babel-polyfill' // eslint-disable-line import/no-extraneous-dependencies
/**
* Dependencies.
*/

View File

@@ -29,7 +29,7 @@ export const output = (
</paragraph>
<paragraph>
<link>
<i><b>an</b></i><focus />other
<i><b>an</b></i><focus />other
</link>
</paragraph>
</document>

View File

@@ -22,7 +22,7 @@ export const output = (
<value>
<document>
<paragraph>
<i><b>a</b></i><cursor />word
<i><b>a</b></i><cursor />word
</paragraph>
</document>
</value>

View File

@@ -14,7 +14,7 @@ export const input = (
</paragraph>
<paragraph>
<text key="a">one</text>
</paragraph>
</paragraph>
</document>
</value>
)

View File

@@ -1,10 +1,4 @@
/**
* Polyfills.
*/
import 'babel-polyfill' // eslint-disable-line import/no-extraneous-dependencies
/**
* Dependencies.
*/