Files
Grounded-SAM-2/sam2/demo/frontend/.babelrc
2024-11-19 22:12:54 -08:00

7 lines
102 B
Plaintext

{
"env": {
"production": {
"plugins": ["babel-plugin-strip-invariant"]
}
}
}