microsoft / microsoft/BotFramework-DirectLineJS
Update webpack target for modern Node
Open
Nobody has claimed this yet.
backlog
Bot Services
customer-replied-to
customer-reported
feature-request
- Dominant language
- TypeScript
- Stars
- 199
- Forks
- 133
- PR merge metrics
- No merged PRs in 30d
Description
The code currently compiles to es5, which is impossible to debug. Please update the target to at least es2015.
Contributor guide
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
Locate the webpack configuration and inspect where the current ES5 target is set. Update the target to at least ES2015, then verify that the existing build succeeds and produces output that is easier to debug.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript, webpack
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100