mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Fix css rules in webpack
This commit is contained in:
@@ -31,7 +31,10 @@ const config = {
|
||||
},
|
||||
{
|
||||
test: /\.css$/,
|
||||
use: "style-loader"
|
||||
use: [
|
||||
{ loader: "style-loader" },
|
||||
{ loader: "css-loader" }
|
||||
]
|
||||
},
|
||||
{
|
||||
test: /\.scss$/,
|
||||
|
||||
Reference in New Issue
Block a user