1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix webpack errors

files adapted to scss imports
added sass loader
This commit is contained in:
vitorsemeano 2020-11-06 00:00:34 +00:00
parent 067ddba5ba
commit 2383a01335
32 changed files with 108 additions and 72 deletions

View file

@ -56,6 +56,22 @@ module.exports = {
}
}]
},
{
test: /\.s[ac]ss$/i,
use: [
'style-loader',
'css-loader',
{
loader: 'postcss-loader',
options: {
config: {
path: __dirname
}
}
},
'sass-loader'
]
},
{
test: /\.css$/i,
use: [