Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade to babel 7 * Disable module transform in webpack build * Bump up versions of Babel deps * Update Babel 7 configuration file - Change config file to babel.config.js - Add class-properties proposal - Enable loose mode * Disable module transform by default, is it better? * Revert "Disable module transform by default, is it better?" This reverts commit 31eb0f5. * Fix mocha setup * Disable loose mode, it breaks test * Fix webpack config * Update babel dependencies * Fix devDeps with exact version notation * Fix target settings of babel/env preset to match with webapp * Set debug true if not production build * Ignore eslint on babel config
- Loading branch information