fix
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
0
dist/README.md → dist/index.md
vendored
0
dist/README.md → dist/index.md
vendored
@@ -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') },
|
||||
])
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user