Skip to content

Commit 8d66831

Browse files
committed
Remove external map files
1 parent 6be5519 commit 8d66831

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

registry/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,6 @@
663663
"*.{c,}js",
664664
"*.json",
665665
"external/**/*.js",
666-
"external/**/*.map",
667666
"lib/**/*.js"
668667
]
669668
}

registry/scripts/rollup/build-external.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const getConfig = require(path.join(configPath, 'rollup.base.config.js'))
2525
// Outputs to ./external in root of package.
2626
file: path.join(rootPath, relPath),
2727
format: 'cjs',
28-
sourcemap: true,
28+
sourcemap: false,
2929
inlineDynamicImports: true
3030
})
3131
console.log(`✅ Built ${relPath}`)

0 commit comments

Comments
 (0)