Skip to content

Commit 9393440

Browse files
jwalterrauchg
authored andcommittedMar 31, 2017
Remove babelrc from preact example doc (vercel#1583)
The mentioned .babelrc usage is not needed for using preact with Next anymore. The actual code change was merged in (vercel#1194)
1 parent 6ab3e66 commit 9393440

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎examples/using-preact/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ This example uses [Preact](https://github.com/developit/preact) instead of React
2929

3030
Here's how we did it:
3131

32-
* Create `.babelrc` file with es2015 and react presets. This allow us to get rid of the hard coded React dependency for core Next.js modules.
3332
* Use `next.config.js` to customize our webpack config to support [preact-compat](https://github.com/developit/preact-compat)

0 commit comments

Comments
 (0)
Please sign in to comment.