Enable ES6 support in minifier

That fixes site build
This commit is contained in:
Alexander Minkin 2022-10-18 23:23:08 +03:00
parent 5dd0169c6b
commit 0664e5219e
Signed by: WerySkok
GPG Key ID: 88E9A2F3AFE44C30
1 changed files with 5 additions and 1 deletions

View File

@ -5,4 +5,8 @@ plugins:
- jekyll-minifier
exclude:
- README.MD
- LICENSE
- LICENSE
jekyll-minifier:
uglifier_args:
harmony: true