Provide a way to consume this library without SASS.
- Dominant language
- TypeScript
- Stars
- 19
- Forks
- 3
- Avg merge
- 46m
- Merged PRs (30d)
- 13
Description
eg. try using this lib via `esbuild`:
> node_modules/@hazelcast/ui/lib/InteractiveList.js:5:19: error: No loader is configured for ".scss" files:
node_modules/@hazelcast/ui/lib/InteractiveList.module.scss
5 │ import styles from './InteractiveList.module.scss';
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the esbuild error from the issue and inspect node_modules/@hazelcast/ui/lib/InteractiveList.js together with InteractiveList.module.scss. Determine how the published library currently exposes its stylesheet dependency; done means the library can be consumed without requiring SASS and the shown esbuild error no longer occurs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, sass, typescript
- Domain
- build-system, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100