Skip to content

Commit

Permalink
Do not minify bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
signorpipo committed Oct 17, 2023
1 parent 8d661e2 commit 1c99701
Show file tree
Hide file tree
Showing 3 changed files with 42,311 additions and 27 deletions.
2 changes: 1 addition & 1 deletion wle_pp/wle_pp/dev/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ esbuild.build({
platform: "node",
bundle: true,
sourcemap: true,
minify: true,
minify: false,
format: "esm",
outfile: "build/wle_pp_bundle.js",
plugins: [nodeExternalsPlugin()]
Expand Down
42,332 changes: 42,308 additions & 24 deletions wle_pp/wle_pp_bundle/js/wle_pp_bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions wle_pp/wle_pp_bundle/js/wle_pp_bundle.js.map

Large diffs are not rendered by default.

0 comments on commit 1c99701

Please sign in to comment.