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
instead. For some reason early on in my development of this app, I was getting some problems with the svgr package built into this and so I had to add a svgr config file. I have no idea why the entrypoint was changed from index.js.
The client side index.js file in the project root directory is responsible for rendering the React components and initializing the client-side so that is the entry point.
This needs to be fixed and tested, and possibly remove the svgr.config.js file as well.
bugSomething isn't workingenhancementNew feature or requesthelp wantedExtra attention is neededquestionFurther information is requesteddevopsThis is a devops feature or issue
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the app's current ./codebooker/package.json,
The entrypoint is set as:
It should be:
instead. For some reason early on in my development of this app, I was getting some problems with the svgr package built into this and so I had to add a svgr config file. I have no idea why the entrypoint was changed from index.js.
The client side index.js file in the project root directory is responsible for rendering the React components and initializing the client-side so that is the entry point.
This needs to be fixed and tested, and possibly remove the svgr.config.js file as well.
Beta Was this translation helpful? Give feedback.
All reactions