-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,30 +45,6 @@ overlays to work around. We need to add handling for the runtime errors, or figu | |
why webpack-dev-server isn't understanding our error boundaries. | ||
|
||
|
||
### Some babel plugins | ||
|
||
``` | ||
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. | ||
$ npm i --save-dev "@babel/plugin-proposal-private-property-in-object" | ||
npm WARN deprecated @babel/[email protected]: This | ||
proposal has been merged to the ECMAScript standard and thus this plugin is no longer | ||
maintained. Please use @babel/plugin-transform-private-property-in-object instead. | ||
``` | ||
|
||
What do? | ||
|
||
|
||
## Versioning | ||
|
||
* How to keep track of compatibility between the server (data schemas) and this app | ||
|