We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cd781 commit bba7bafCopy full SHA for bba7baf
wasm/light-client-wasm/webpack.config.js
@@ -16,7 +16,7 @@ module.exports = {
16
plugins: [
17
new WasmPackPlugin({
18
crateDirectory: path.resolve(__dirname, "."),
19
- outName: "light-client-db-worker",
+ outName: "light-client-wasm",
20
extraArgs: "--target web"
21
}),
22
// new webpack.ProvidePlugin({
0 commit comments