Files
Grounded-SAM-2/sam2/demo/frontend/.babelrc

7 lines
102 B
Plaintext
Raw Normal View History

2024-11-19 22:12:54 -08:00
{
"env": {
"production": {
"plugins": ["babel-plugin-strip-invariant"]
}
}
}