New: Update Frontend Packages

This commit is contained in:
Qstick 2019-08-04 20:44:34 -04:00
commit c673058a10
24 changed files with 1313 additions and 1076 deletions

View file

@ -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': {}
}
};