mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 16:33:35 -03:00
Merge remote-tracking branch 'upstream/master' into syncplay
This commit is contained in:
@@ -2,7 +2,6 @@ const path = require('path');
|
||||
const common = require('./webpack.common');
|
||||
const merge = require('webpack-merge');
|
||||
const packageConfig = require('./package.json');
|
||||
const postcssConfig = require('./postcss.config.js');
|
||||
|
||||
module.exports = merge(common, {
|
||||
mode: 'development',
|
||||
@@ -31,7 +30,11 @@ module.exports = merge(common, {
|
||||
'css-loader',
|
||||
{
|
||||
loader: 'postcss-loader',
|
||||
options: postcssConfig()
|
||||
options: {
|
||||
config: {
|
||||
path: __dirname
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user