We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe9a6a commit 94ad912Copy full SHA for 94ad912
package.json
@@ -88,6 +88,6 @@
88
}
89
},
90
"volta": {
91
- "node": "14.20.0"
+ "node": "16.20.2"
92
93
webpack.config.js
@@ -66,6 +66,13 @@ const config = {
66
preamble: comment,
67
comments: false,
68
69
+ // mangle: {
70
+ // properties: {
71
+ // builtins: true,
72
+ // },
73
+ // keep_fnames: true,
74
+ // reserved: ['SCROLL_EFFECT_MODULE'],
75
76
compress: {
77
drop_console: true
78
0 commit comments