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

7 lines
102 B
Plaintext
Raw Normal View History

2024-10-10 14:55:50 +08:00
{
"env": {
"production": {
"plugins": ["babel-plugin-strip-invariant"]
}
}
}