mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-19 17:46:11 +00:00
Most frontend packages have been upgraded as part of this commit. JS unit tests have been refactored alongside.
3 lines
86 B
JavaScript
3 lines
86 B
JavaScript
module.exports = {
|
|
plugins: ["postcss-import", "postcss-preset-env", "cssnano"],
|
|
};
|