mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
module.exports = (ctx) => ({
|
|
plugins: {
|
|
'postcss-preset-env': {},
|
|
},
|
|
});
|