This website requires JavaScript.
Explore
Help
Sign In
terribleplan
/
next.js
Watch
1
Star
0
Fork
You've already forked next.js
0
mirror of
https://github.com/terribleplan/next.js.git
synced
2024-01-19 02:48:18 +00:00
Code
Issues
Releases
Wiki
Activity
a9428b88e3
next.js
/
examples
/
.babelrc
3 lines
31 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added layout component example (#560) * added layout component example * coding style fixes * trailing spaces removed * updated README file * added layout example in docs * moved .babelrc so that it handles all projects from the examples folder
2017-01-05 21:03:36 +00:00
{
Find custom babel config location properly. (#969) * Find custom babel config location properly. Earlier we simply check for the .bablerc file in the dir. But the actual logic is much complex. Now we are using the babel's actual logic to find the custom config location. * Fix failing tests.
2017-02-03 05:33:35 +00:00
"presets": ["../babel"]
Added layout component example (#560) * added layout component example * coding style fixes * trailing spaces removed * updated README file * added layout example in docs * moved .babelrc so that it handles all projects from the examples folder
2017-01-05 21:03:36 +00:00
}
Reference in a new issue
Copy permalink