Skip to content

Commit 4bc7f9d

Browse files
authored
Merge pull request #143 from msgpack/webpack5
Webpack5
2 parents 0718e10 + 0ad47fc commit 4bc7f9d

File tree

5 files changed

+1413
-7700
lines changed

5 files changed

+1413
-7700
lines changed

karma.conf.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ export default function configure(config: any) {
3939
webpack: {
4040
mode: "production",
4141

42-
// Handles NodeJS polyfills
43-
// https://webpack.js.org/configuration/node
44-
// Note that the dependencies in https://github.com/webpack/node-libs-browser are sometimes too old.
45-
node: {
46-
assert: false,
47-
util: false,
48-
},
4942
resolve: {
5043
extensions: [".ts", ".tsx", ".mjs", ".js", ".json", ".wasm"],
5144
alias: {

0 commit comments

Comments
 (0)