mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Update Frontend Packages
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
const reload = require('require-nocache')(module);
|
||||
const browsers = require('./browsers');
|
||||
|
||||
module.exports = (ctx, configPath, options) => {
|
||||
const config = {
|
||||
@@ -16,10 +15,7 @@ module.exports = (ctx, configPath, options) => {
|
||||
}, {})
|
||||
},
|
||||
'postcss-color-function': {},
|
||||
'postcss-nested': {},
|
||||
autoprefixer: {
|
||||
browsers
|
||||
}
|
||||
'postcss-nested': {}
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user