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

Revert "Add autoprefix to postcss"

This reverts commit 509af1a0c3.
This commit is contained in:
MrTimscampi 2020-01-09 19:40:23 +01:00
parent 50d6864a68
commit b9b3cc7c2e
5 changed files with 25 additions and 202 deletions

View file

@ -15,7 +15,7 @@ module.exports = merge(common, {
rules: [
{
test: /\.css$/i,
use: ["style-loader", "css-loader", "postcss-loader"]
use: ["style-loader", "css-loader"]
},
{
test: /\.(png|jpg|gif)$/i,