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

7 lines
102 B
Plaintext
Raw Normal View History

2024-09-28 08:20:56 -07:00
{
"env": {
"production": {
"plugins": ["babel-plugin-strip-invariant"]
}
}
}