Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Install correct (
es2015
) babel preset to match generated config (
#138) The config generated uses `presets: ['es2015']`, see: https://github.com/webpack/webpack-cli/blob/master/lib/creator/yeoman/utils/module.js#L8 ... but are previously installing `babel-preset-env` instead, which causes error when user answers `y` to 'Will you be using ES2015?', then runs `webpack`.
- Loading branch information