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:
committed by
Ian Storm Taylor
parent
1467d687bd
commit
00165a3155
@@ -1,10 +1,4 @@
|
||||
|
||||
/**
|
||||
* Polyfills.
|
||||
*/
|
||||
|
||||
import 'babel-polyfill' // eslint-disable-line import/no-extraneous-dependencies
|
||||
|
||||
/**
|
||||
* Dependencies.
|
||||
*/
|
||||
|
@@ -1,10 +1,4 @@
|
||||
|
||||
/**
|
||||
* Polyfills.
|
||||
*/
|
||||
|
||||
import 'babel-polyfill' // eslint-disable-line import/no-extraneous-dependencies
|
||||
|
||||
/**
|
||||
* Dependencies.
|
||||
*/
|
||||
|
@@ -1,10 +1,4 @@
|
||||
|
||||
/**
|
||||
* Polyfills.
|
||||
*/
|
||||
|
||||
import 'babel-polyfill' // eslint-disable-line import/no-extraneous-dependencies
|
||||
|
||||
/**
|
||||
* Dependencies.
|
||||
*/
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -14,7 +14,7 @@ export const input = (
|
||||
</paragraph>
|
||||
<paragraph>
|
||||
<text key="a">one</text>
|
||||
</paragraph>
|
||||
</paragraph>
|
||||
</document>
|
||||
</value>
|
||||
)
|
||||
|
@@ -1,10 +1,4 @@
|
||||
|
||||
/**
|
||||
* Polyfills.
|
||||
*/
|
||||
|
||||
import 'babel-polyfill' // eslint-disable-line import/no-extraneous-dependencies
|
||||
|
||||
/**
|
||||
* Dependencies.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user