mirror of
https://github.com/jbcr/core.git
synced 2026-03-24 08:52:13 +01:00
7 lines
87 B
JavaScript
7 lines
87 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-preset-env': {
|
|
stage: 3
|
|
},
|
|
}
|
|
} |