mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-03 23:30:05 -04:00
13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
{
|
|
"minify": true,
|
|
"jsc": {
|
|
"target": "es2022",
|
|
"minify": {
|
|
"compress": {
|
|
"unused": true
|
|
},
|
|
"mangle": true
|
|
}
|
|
}
|
|
}
|