itsthatguy / itsthatguy/switchboard

Reflux is not being loaded globally via webpack

Open
#8 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.