Skip to content

Commit

Permalink
chore(deps): upgrade to webpack v5 (#4073)
Browse files Browse the repository at this point in the history
this commit updates stencil version of webpack to v5. webpack is used in
stencil for the purpose of bundling external dependencies (said deps can
be found in `scripts/bundles/sys-node-bundle-cache` after a build).

in order to perform the migration the steps contained in
https://webpack.js.org/migrate/5/ were followed. specifically:
- old typings were removed
- the webpack configuration was un-lined to validate the types of the
  object
- old node types, `process` and `Buffer` were removed, as they are no
  longer supported in v5 (and were unused to start with)
- checks against the `request` object being falsy in the `externals`
  function were added
  • Loading branch information
rwaskiewicz committed Feb 27, 2023
1 parent 7609cc5 commit 6702eae
Show file tree
Hide file tree
Showing 3 changed files with 1,042 additions and 7,760 deletions.
Loading

0 comments on commit 6702eae

Please sign in to comment.