Skip to content

Commit 629e03b

Browse files
author
Willem Wyndham
committed
Remove reference to wasm file
Webpack doesn't need to pack any wasm binary data.
1 parent 25b8d1d commit 629e03b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/threading/webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ const fs = require("fs");
22
const path = require("path");
33
const webpack = require("webpack");
44

5-
const wasmData = fs.readFileSync(__dirname + "/build/index.wasm");
6-
75
module.exports = {
86
entry: [ "./src/index.ts" ],
97
module: {

0 commit comments

Comments
 (0)