itsthatguy / itsthatguy/switchboard
Reflux is not being loaded globally via webpack
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### We are exposing it via webpack
this should be loading it
https://github.com/itsthatguy/switchboard-app/blob/master/webpack.config.js#L23
### Instead we're having to require it manually
https://github.com/itsthatguy/switchboard-app/blob/master/src/app/messages/messages.jsx#L1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing webpack.config.js at line 23 with the manual Reflux require in src/app/messages/messages.jsx at line 1. Run the application or its build to verify whether Reflux is available globally, and consider the issue done when the manual require is no longer needed and the client still loads successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- build-system, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100