Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No documentation on the reactide.config.js file #170

Open
joemaffei opened this issue Aug 19, 2019 · 4 comments
Open

No documentation on the reactide.config.js file #170

joemaffei opened this issue Aug 19, 2019 · 4 comments

Comments

@joemaffei
Copy link

There are two mentions of a reactide.config.js file in the README:

The component tree works out-of-the-box by finding the entry point to your React application that you provide inside the reactide.config.js file.

Go to the reactide.config.js file and change the .html and .js entry points to the relative path of your respective files.

But I could not find any examples or documentation on how to set up this file.

@jacksonhardy
Copy link

jacksonhardy commented May 6, 2020

Same issue - I would further add, to clarify, that the reactide.config.js file is automatically created and added to my project in the desktop app, but the file itself is completely empty.

@jacksonhardy
Copy link

bumping this ^

@novacoole
Copy link

Adding to this: New project does create reactide.config.js but this file is not visible from within Reactide itself, and when i do open it externally, it is empty.
This mean I can't change the 'entry points' which means I can't use the browser simulator, which is the only real benefit of Reactive over using traditional editors with a browser.

@bmalbusca
Copy link

bmalbusca commented Feb 26, 2021

Adding to this: New project does create reactide.config.js but this file is not visible from within Reactide itself, and when i do open it externally, it is empty.
This mean I can't change the 'entry points' which means I can't use the browser simulator, which is the only real benefit of Reactive over using traditional editors with a browser.

@novacoole Try to reload using the button near File Directory. And, yes, to generate reactide config files you need to choose to open an existing project , otherwise will only work as simple IDE

There are two mentions of a reactide.config.js file in the README:

The component tree works out-of-the-box by finding the entry point to your React application that you provide inside the reactide.config.js file.

Go to the reactide.config.js file and change the .html and .js entry points to the relative path of your respective files.

But I could not find any examples or documentation on how to set up this file.

@joemaffei the reactide.config.js is literally the configuration of webpack. ./example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants