mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-04 16:33:19 +08:00

Most frontend packages have been upgraded as part of this commit. JS unit tests have been refactored alongside.
4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
module.exports = {
|
|
plugins: ["postcss-import", "postcss-preset-env", "cssnano"],
|
|
};
|