mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Upgrade Webpack and JS dependencies
This commit is contained in:
7
frontend/postcss.config.js
Normal file
7
frontend/postcss.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = ({ file, options, env }) => ({
|
||||
plugins: {
|
||||
"postcss-import": {},
|
||||
"postcss-preset-env": true,
|
||||
"cssnano": env === "production",
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user