webpack-contrib / webpack-defaults

Defaults to be shared across webpack projects
MIT License
108 stars 28 forks source link

feat: copy missing or new test templates #192

Open steinybot opened 3 years ago

steinybot commented 3 years ago

This PR contains a:

Motivation / Use-Case

While fixing #190 I realised that rerunning npm run defaults would not re-copy the test templates. Perhaps that is why there were so many templates missing.

Breaking Changes

Previously test files would only be copied once even if the module was upgraded and new templates were added. This means that people who had previously deleted unwanted test file files may have them reappear (although most have been replaced since 6.0.0 anyway).

Additional Info

rgant commented 3 years ago

Very Helpful. Thank you!