mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-11-30 02:07:38 +08:00
10 lines
209 B
JavaScript
10 lines
209 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
"tailwindcss/nesting": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
...(process.env.NODE_ENV === "production" ? { cssnano: {} } : {})
|
|
}
|
|
};
|