Skip to content

Commit

Permalink
Merge pull request #269 from City-of-Helsinki/UHF-9216
Browse files Browse the repository at this point in the history
UHF-9216
  • Loading branch information
khalima authored Feb 9, 2024
2 parents 9a974b4 + c610ce4 commit 2208195
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/js/characterCounter.min.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/js/debug-item-composer.min.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/js/tprEditForm.min.js

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

8 changes: 7 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,13 @@ module.exports = (env, argv) => {
minimizer: [
new TerserPlugin({
terserOptions: {
ecma: 2015,
ecma: 2020,
mangle: {
reserved:[
'Drupal',
'drupalSettings'
]
},
format: {
comments: false,
},
Expand Down

0 comments on commit 2208195

Please sign in to comment.