v0.17.0
Highlights
New Logo ππ¦βοΈ
Custom .babelrc support
From version 0.17 Aik picks up custom .babelrc config and uses plugins and preset from it. That should allow for better customization as well as satisfy those who wanted to use experimental features that are not yet enabled in Aik by default.
Redeclaring presets that already being used by Aik is not allowed for the sake of stability. Aik spills a lot of warnings when it encounters clashing preset/extension:
webpack 2 -> webpack 3
Now Aik uses webpack 3 which should improve performance and stability.
React Autodetection
No need for -r flag anymore! Aik now can derive framework that's being used from an entry point, either by analyzing imports or using special comment:
// aik-mode: reactBug Fixes
- Set of small changes (b5d2731)



