You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: newIDE/app/package.json.README.md
+2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ GDevelop relies on some dependencies that can have special requirements:
10
10
-`babel-loader` is specified to be the exact version required by `react-scripts` (because `react-scripts` wants the exact version and will complain if forced to use the `babel-loader` of Storybook).
11
11
-**Try removing these extra `devDependencies`** if you upgrade Storybook or Create React App.
12
12
13
+
-`"babel-core": "^7.0.0-bridge.0"` is needed for js-lingui `lingui extract` command (who runs Babel on source files).
14
+
13
15
-**`react-dnd`** is used by `react-mosaic-component` and `react-sortable-tree` (but not `react-sortable-hoc`). Both must be using **the same versions** of `react-dnd` and `react-dnd-html5-backend`. Otherwise, you get blanks/not rendered components.
14
16
15
17
> You can check if there is only one version of a package by doing `npm ls` or `yarn why`:
@@ -22,4 +24,5 @@ if type $GETTEXT 2>/dev/null; then
22
24
echo"ℹ️ Translation file 'gdcore-gdcpp-gdjs-extensions-messages.pot' generated and ready to be sent to Crowdin or used in a translation software like PoEdit."
0 commit comments