mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-09-16 09:41:38 +08:00
chore: ignore sourcemap
This commit is contained in:
@@ -235,7 +235,7 @@ async function pack(dir, output) {
|
||||
}
|
||||
const childs = fs.readdirSync(root);
|
||||
for (const name of childs) {
|
||||
if (name === '.' || name === '..') {
|
||||
if (name === '.' || name === '..' || name === 'index.bundlejs.map') {
|
||||
continue;
|
||||
}
|
||||
const fullPath = path.join(root, name);
|
||||
|
Reference in New Issue
Block a user