We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c863c commit 3084e74Copy full SHA for 3084e74
tasks/util/constants.js
@@ -99,15 +99,6 @@ module.exports = {
99
uglifyOptions: {
100
ecma: 5,
101
mangle: true,
102
- compress: {
103
- // see full list of compress option
104
- // https://github.com/fabiosantoscode/terser#compress-options
105
- //
106
- // need to turn off 'typeofs' to make mapbox-gl work in
107
- // minified bundles, for more info see:
108
- // https://github.com/plotly/plotly.js/issues/2787
109
- typeofs: false
110
- },
111
output: {
112
beautify: false,
113
ascii_only: true
0 commit comments