Skip to content

Commit

Permalink
Deps: Update webpack-node-externals to 2.1.0 (#44012)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Jul 9, 2020
1 parent 39ed68c commit 60712c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions client/webpack.config.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ function getExternals() {
return [
// Don't bundle any node_modules, both to avoid a massive bundle, and problems
// with modules that are incompatible with webpack bundling.
//
nodeExternals( {
whitelist: [
allowlist: [
// `@automattic/components` is forced to be webpack-ed because it has SCSS and other
// non-JS asset imports that couldn't be processed by Node.js at runtime.
'@automattic/components',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.10.3",
"webpack-hot-middleware": "^2.25.0",
"webpack-node-externals": "^1.7.2",
"webpack-node-externals": "^2.1.0",
"whybundled": "^1.4.2",
"wp-calypso": "^0.17.0",
"wp-e2e-tests": "^0.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26724,10 +26724,10 @@ webpack-log@^2.0.0:
ansi-colors "^3.0.0"
uuid "^3.3.2"

webpack-node-externals@^1.7.2:
version "1.7.2"
resolved "https://registry.yarnpkg.com/webpack-node-externals/-/webpack-node-externals-1.7.2.tgz#6e1ee79ac67c070402ba700ef033a9b8d52ac4e3"
integrity sha512-ajerHZ+BJKeCLviLUUmnyd5B4RavLF76uv3cs6KNuO8W+HuQaEs0y0L7o40NQxdPy5w0pcv8Ew7yPUAQG0UdCg==
webpack-node-externals@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/webpack-node-externals/-/webpack-node-externals-2.1.0.tgz#b2a397fbfc8f87c6b40a2a127083e915da500b37"
integrity sha512-infWsm1GDlfak2sGcmiS4Upd3AK7JXhBeeHyf/CtAoUoF3ExlbYv4aTpk/wekXc5sE0uPEW/Eh3kYz8eC19VNA==

webpack-rtl-plugin@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 60712c7

Please sign in to comment.