Skip to content

Commit

Permalink
Disable source maps for a smaller build
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 14, 2025
1 parent 05fdee5 commit 442adce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyter_lite_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"LiteBuildConfig": {
"apps": ["repl"],
"no_unused_shared_packages": true
"no_unused_shared_packages": true,
"no_sourcemaps": true
}
}

0 comments on commit 442adce

Please sign in to comment.