diegohaz / diegohaz/arc

Style Loader

Open
#188 11 comments 0 reactions 0 assignees View on GitHub
discussion enhancement
Dominant language
JavaScript
Stars
2.9k
Forks
289
PR merge metrics
No merged PRs in 30d

Description

Any interest in adding a css style loader to webpack by default? I believe the dependency is:

npm install --save-dev css-loader

With the most basic rule added to webpack.config.js :

```
{
test: /\.css$/,
use: [ 'style-loader', 'css-loader' ]
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with webpack.config.js and the project's dependency setup. Review whether css-loader and style-loader are available, then assess adding the CSS rule shown in the issue and confirm that the project builds with CSS imports.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, webpack
Domain
build-system, frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.