Skip to content

Commit

Permalink
[INTERNAL] minifier: Preserve 'sap' variables during mangling
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Nov 25, 2021
1 parent a5234f5 commit 167af6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/processors/minifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module.exports = async function({resources, fs}) {
reserved: [
"jQuery",
"jquery",
"sap",
]
},
sourceMap: {
Expand Down

0 comments on commit 167af6b

Please sign in to comment.