We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba9636 commit a166a7fCopy full SHA for a166a7f
1 file changed
packages/cgb-scripts/config/webpack.config.prod.js
@@ -134,6 +134,7 @@ module.exports = {
134
},
135
mangle: {
136
safari10: true,
137
+ except: ['__', '_n', '_x', '_nx' ],
138
139
output: {
140
comments: false,
0 commit comments