Revert "Upstream 20240517"
This commit is contained in:
parent
9c006fd893
commit
f6dec44e95
2347 changed files with 26470 additions and 87494 deletions
|
@ -1,10 +1,6 @@
|
|||
/** @type {import('postcss-load-config').Config} */
|
||||
const config = ({ env }) => ({
|
||||
module.exports = ({ env }) => ({
|
||||
plugins: [
|
||||
require('postcss-preset-env'),
|
||||
require('autoprefixer'),
|
||||
env === 'production' ? require('cssnano') : '',
|
||||
'autoprefixer',
|
||||
env === 'production' ? 'cssnano' : '',
|
||||
],
|
||||
});
|
||||
|
||||
module.exports = config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue