• 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
webpack.js 8.0 KB