1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Remove babelrc for preact example (#1194)

This commit is contained in:
Tim Neutkens 2017-02-18 00:03:02 +01:00 committed by Guillermo Rauch
parent 6e5d57dae9
commit 00590d7181

View file

@ -1,6 +0,0 @@
{
"presets": [
"es2015",
"react"
]
}