babel plugin

Cristian9 months ago

when compiling the modern interface I have noticed that I get this warning, I have searched for information about it but it is not related to the modifications I have made to the code. I am working on version 5.8 of Traccar.
is there an update missing?

One of your dependencies, babel-preset-react-app, is importing the
"@babel/plugin-proposal-private-property-in-object" package without
declaring it in its dependencies. This is currently working because
"@babel/plugin-proposal-private-property-in-object" is already in your
node_modules folder for unrelated reasons, but it may break at any time.

babel-preset-react-app is part of the create-react-app project, which
is not maintianed anymore. It is thus unlikely that this bug will
ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
your devDependencies to work around this error. This will make this message
go away.
Anton Tananaev9 months ago

create-react-app project, which is not maintained anymore

Can you please reference some source for this statement.

Cristian9 months ago

no source or link appears. Only what you see in the following image

https://ibb.co/jW76YP7

Anton Tananaev9 months ago

You can safely ignore it.

Cristian9 months ago

thanks Anton