Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6d1437

Browse files
committed
do not provide sourcemap for now
1 parent 1ebbfad commit a6d1437

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/util/bundle_wrapper.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export default async function _bundle(pathToIndex, pathToBundle, opts, cb) {
4141
config.outfile = pathToBundle || pathToMinBundle;
4242

4343
config.minify = !!(pathToMinBundle && pending === 1);
44+
config.sourcemap = false;
4445

4546
await build(config);
4647

0 commit comments

Comments
 (0)