Skip to content

Commit 2df10e2

Browse files
committed
Bump webpack-node-externals to 3.0.0
1 parent cbfd2e0 commit 2df10e2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"webpack": "4.46.0",
6666
"webpack-cli": "3.3.12",
6767
"webpack-manifest-plugin": "2.2.0",
68-
"webpack-node-externals": "1.7.2",
68+
"webpack-node-externals": "3.0.0",
6969
"whatwg-fetch": "3.4.0",
7070
"yargs": "3.10.0"
7171
},

webpack.server.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = {
4343
* jquery and @popperjs are resolved to root/static/scripts/empty.js
4444
* on the server. See NormalModuleReplacementPlugin below.
4545
*/
46-
whitelist: [/(jquery|@popperjs)/],
46+
allowlist: [/(jquery|@popperjs)/],
4747
modulesFromFile: true,
4848
}),
4949

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7680,10 +7680,10 @@ [email protected]:
76807680
object.entries "^1.1.0"
76817681
tapable "^1.0.0"
76827682

7683-
webpack-node-externals@1.7.2:
7684-
version "1.7.2"
7685-
resolved "https://registry.yarnpkg.com/webpack-node-externals/-/webpack-node-externals-1.7.2.tgz#6e1ee79ac67c070402ba700ef033a9b8d52ac4e3"
7686-
integrity sha512-ajerHZ+BJKeCLviLUUmnyd5B4RavLF76uv3cs6KNuO8W+HuQaEs0y0L7o40NQxdPy5w0pcv8Ew7yPUAQG0UdCg==
7683+
webpack-node-externals@3.0.0:
7684+
version "3.0.0"
7685+
resolved "https://registry.yarnpkg.com/webpack-node-externals/-/webpack-node-externals-3.0.0.tgz#1a3407c158d547a9feb4229a9e3385b7b60c9917"
7686+
integrity sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==
76877687

76887688
webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3:
76897689
version "1.4.3"

0 commit comments

Comments
 (0)