mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Removed rollup for components.
This commit is contained in:
parent
b9a0f0442e
commit
69b9458975
4 changed files with 21 additions and 106 deletions
|
|
@ -1,17 +1,17 @@
|
|||
const flexBugs = require('postcss-flexbugs-fixes');
|
||||
const presetEnv = require('postcss-preset-env');
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
flexBugs,
|
||||
presetEnv({
|
||||
autoprefixer: {
|
||||
flexbox: 'no-2009',
|
||||
'postcss-flexbugs-fixes',
|
||||
[
|
||||
'postcss-preset-env',
|
||||
{
|
||||
autoprefixer: {
|
||||
flexbox: 'no-2009',
|
||||
},
|
||||
stage: 3,
|
||||
features: {
|
||||
'custom-properties': false,
|
||||
},
|
||||
},
|
||||
stage: 3,
|
||||
features: {
|
||||
'custom-properties': false,
|
||||
},
|
||||
}),
|
||||
],
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue