1. 03 2月, 2017 1 次提交
    • A
      Find custom babel config location properly. (#969) · 57e9a5e5
      Arunoda Susiripala 提交于
      * 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.
      57e9a5e5
  2. 06 1月, 2017 1 次提交
    • A
      Added layout component example (#560) · 07f71706
      Alex Moldovan 提交于
      * 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
      07f71706