mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 19:21:18 -04:00
remove unnecessary charset at-rule from CSS
This commit is contained in:
@@ -11,7 +11,6 @@ import TerserPlugin from "terser-webpack-plugin";
|
||||
import autoprefixer from "autoprefixer";
|
||||
import postcssSvgo from "postcss-svgo";
|
||||
import postcssFocus from "postcss-focus";
|
||||
import postcssNormalizeCharset from "postcss-normalize-charset";
|
||||
|
||||
// https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c#what-do-i-use-instead-of-__dirname-and-__filename
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||
@@ -132,7 +131,6 @@ export default {
|
||||
encode: true,
|
||||
}),
|
||||
postcssFocus(),
|
||||
postcssNormalizeCharset(),
|
||||
],
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user