Skip to content

Commit

Permalink
fix(package-json): invalid webpack commit sha #506
Browse files Browse the repository at this point in the history
This commit is necessary because of a rebase that
happened on the fork where the webpack feature we
need was implemented. The rebase changed the commit
sha and therefore made that version of the code
disappear too. To avoid this issue happening again
in the future a dedicated branch was created on the
fork which will not be touched by future rebases
that are necessary for the pull request to be kept
up to date with the main branch of webpack itself.

The so called backup branch mentioned above is called
cactus-webpack-ignore-require-calls-feature which
you can see being specified in the package.json.

Fixes #506

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Jan 25, 2021
1 parent 3808c00 commit bcf4a30
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 164 deletions.
Loading

0 comments on commit bcf4a30

Please sign in to comment.