We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b8d1d commit 629e03bCopy full SHA for 629e03b
lib/threading/webpack.config.js
@@ -2,8 +2,6 @@ const fs = require("fs");
2
const path = require("path");
3
const webpack = require("webpack");
4
5
-const wasmData = fs.readFileSync(__dirname + "/build/index.wasm");
6
-
7
module.exports = {
8
entry: [ "./src/index.ts" ],
9
module: {
0 commit comments