Skip to content

Commit 94ad912

Browse files
committed
adjust
1 parent afe9a6a commit 94ad912

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@
8888
}
8989
},
9090
"volta": {
91-
"node": "14.20.0"
91+
"node": "16.20.2"
9292
}
9393
}

webpack.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ const config = {
6666
preamble: comment,
6767
comments: false,
6868
},
69+
// mangle: {
70+
// properties: {
71+
// builtins: true,
72+
// },
73+
// keep_fnames: true,
74+
// reserved: ['SCROLL_EFFECT_MODULE'],
75+
// },
6976
compress: {
7077
drop_console: true
7178
}

0 commit comments

Comments
 (0)