mirror of
https://github.com/skyle1995/NetworkAuth.git
synced 2026-05-25 02:24:05 +08:00
chore: monorepo 合并
This commit is contained in:
8
frontend/postcss.config.js
Executable file
8
frontend/postcss.config.js
Executable file
@@ -0,0 +1,8 @@
|
||||
// @ts-check
|
||||
|
||||
/** @type {import('postcss-load-config').Config} */
|
||||
export default {
|
||||
plugins: {
|
||||
...(process.env.NODE_ENV === "production" ? { cssnano: {} } : {})
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user