mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
{
|
|
"minify": true,
|
|
"jsc": {
|
|
"target": "es2022",
|
|
"minify": {
|
|
"compress": {
|
|
"unused": true
|
|
},
|
|
"mangle": true
|
|
}
|
|
}
|
|
}
|