diff options
| author | Factiven <[email protected]> | 2023-04-13 16:06:24 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-13 16:06:24 +0700 |
| commit | 3e2f3a26a39c8ae426a598c90d5cf331596fa800 (patch) | |
| tree | 4cb4d1c5b37ad922d2244eb3a98f3fc3e9c2afbc /postcss.config.js | |
| parent | update 2nd (diff) | |
| download | moopa-3e2f3a26a39c8ae426a598c90d5cf331596fa800.tar.xz moopa-3e2f3a26a39c8ae426a598c90d5cf331596fa800.zip | |
Update postcss.config.js
Diffstat (limited to 'postcss.config.js')
| -rw-r--r-- | postcss.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/postcss.config.js b/postcss.config.js index 04810b5..12a703d 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -2,6 +2,5 @@ module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, - ...(process.env.NODE_ENV === "production" ? { cssnano: {} } : {}), }, }; |