linkedin / linkedin/css-blocks
Support array entry point in webpack
Open
- Dominant language
- TypeScript
- Stars
- 6.3k
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description
Hi, my project have multi entry point. But, css-block throw error and requires only string
ERROR in Path must be a string. Received [ './utils/polyfill/index.js', './packages/profile/client.js' ]
Contributor guide
Research direction
Start by tracing webpack entry handling and the css-block code path that rejects the reported array of JavaScript entry files. Done means a multi-entry configuration using an array no longer raises the reported “Path must be a string” error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, webpack
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100