Skip to content

Commit

Permalink
releasing the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloChianfa committed Sep 4, 2024
1 parent 82a527d commit 89c107e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/templates/choose.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function choose(template = 'php') {
binary: false,
optimize: 'more',
comments: true,
loader: false,
loader: true,
preamble: '',
passphrase: '',
check: 'auto',
Expand Down
2 changes: 1 addition & 1 deletion src/templates/laravel.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = function laravel() {
binary: true,
optimize: 'max',
comments: true, // without
loader: true, // without
loader: false, // without
preamble: '',
passphrase: 'CHANGEME',
check: 'script',
Expand Down

0 comments on commit 89c107e

Please sign in to comment.