Skip to content

Commit

Permalink
UHF-9216: Let the Drupal -variable run free in dists.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Feb 9, 2024
1 parent 444b0ae commit c610ce4
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 c610ce4

Please sign in to comment.