This commit is contained in:
iqudoo
2026-05-01 23:11:43 +08:00
parent 4e41a85e04
commit ed1ee040cc
3 changed files with 338 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ const config = {
}),
new CpWebpackPlugin([
{ from: path.resolve('./types'), to: path.resolve('./dist') },
{ from: path.resolve('./README.md'), to: path.resolve('./dist/README.md') },
{ from: zxingReaderWasm, to: path.resolve('./dist/lib/reader.wasm') },
])
],