Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Add support to the migrate tool for more types of breaking changes #1336

Closed
edmorley opened this issue Mar 24, 2019 · 1 comment
Closed

Add support to the migrate tool for more types of breaking changes #1336

edmorley opened this issue Mar 24, 2019 · 1 comment
Labels

Comments

@edmorley
Copy link
Member

edmorley commented Mar 24, 2019

In #1246 a new migrate tool (@neutrinojs/migrate) was added. This tool currently only knows how to apply the .neutrinorc.js changes required by #1246, so it would be good to also add support for:

  • creating the webpack.config.js, .eslintrc.js, ... template files
  • adding the new webpack/eslint/... dependencies to the project's package.json
  • update the package.json scripts to use the new recommended values
  • warning if using presets that were removed in v9
  • ...

There will be quite a bit of overlap with create-project - I wonder if the two should be combined or should use a common config library?

@edmorley edmorley added this to the Neutrino 9 milestone Mar 24, 2019
@eliperelman eliperelman removed this from the Neutrino 9 milestone May 22, 2019
@edmorley
Copy link
Member Author

edmorley commented Jun 6, 2020

Probably not worth it now.

@edmorley edmorley closed this as completed Jun 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants