diff options
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/webpack.config.js b/webpack.config.js index ba6756e..6204e46 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -10,15 +10,7 @@ module.exports = { "css-loader", { loader: "postcss-loader", - options: { - postcssOptions: { - plugins: [ - require("autoprefixer"), - require("postcss-nested"), - require("@tailwindcss/postcss"), - ] - } - } + options: { postcssOptions: { plugins: [ require("@tailwindcss/postcss") ] } }, }, ], }, |
