- add css-loader appropriately (#141) (a71600e)
- Deps 'webpack' and 'uglifyjs-webpack-plugin' not installed when user answers yes to 'using ES2015' (#135). (#136) (524f035)
- Install correct (
es2015
) babel preset to match generated config (#138) (b0af53f) - use correct test function (#129) (3464d9e)
- add safe traverse to loaderoptionsplugin (#77) (4020043)
- Do not create LoaderOptionsPlugin if loaderOptions is empty (#72) (b9d22c9) (68a2dfd)
- Upgrade to Jest 19 (#71) (fe62523)
- Use
safeTraverse
where appropriate (#94) (dcde2b6) (3464d9e) - Use real paths from argvs instead of dummy hard-coded file (#65) (a46edbb)
- Add beautifier config for JS code (64c88ea)
- Add commit validation and commits template (d0cbfc0)
- Add editorconfig settings from core webpack (89809de)
- Add yarn settings to handle dependencies (34579c7)
- Adds a resolved path for output (#80) (37a594d)
- Introduce reserve and timestamps (#24) (ed267b4)
- Webpack-CLI version 1(#105)
- Feature: Use listr to display progress and errors for transformations(#92)
- Feature: Jscodeshift Transformations for --migrate (#40)