This commit is contained in:
iqudoo
2026-05-01 23:12:10 +08:00
parent ed1ee040cc
commit 36f1cbbf7e
3 changed files with 2 additions and 2 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

View File

@@ -30,7 +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: path.resolve('./README.md'), to: path.resolve('./dist/index.md') },
{ from: zxingReaderWasm, to: path.resolve('./dist/lib/reader.wasm') },
])
],