目前的版本npm run build后的dist里的代码js还是es6的,有const 有箭头函数,IE11都不兼容
- Dominant language
- Vue
- Stars
- 16.3k
- Forks
- 4.7k
- PR merge metrics
- No merged PRs in 30d
Description



Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running npm run build and inspecting the JavaScript emitted under dist. Trace the build configuration to determine why const declarations and arrow functions remain in the output, then verify that the generated bundles no longer contain syntax incompatible with IE11.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- build-system, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100