Skip to content

Commit

Permalink
Re-add autoprefixer—now as a vite build plugin. Remove unncessary pol…
Browse files Browse the repository at this point in the history
…yfills.
  • Loading branch information
pygeek committed Sep 11, 2024
1 parent efe1e4d commit 20d665b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 29 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
"body-parser": "^1.20.2",
"circular-dependency-plugin": "^5.2.2",
"cspell": "^8.3.2",
"css-what": "^6.1.0",
"cssnano": "^6.0.1",
"deepl-node": "^1.10.1",
"esbuild-plugin-react-virtualized": "^1.0.4",
"eslint": "^9.7.0",
Expand All @@ -57,7 +55,6 @@
"eslint-plugin-unicorn": "^49.0.0",
"express": "^4.19.2",
"express-http-proxy": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"globals": "^15.8.0",
"goban": "=8.3.50",
"html-minifier": "4.0.0",
Expand Down Expand Up @@ -140,8 +137,7 @@
"sanitize-html": "^2.12.1",
"sweetalert2": "^11.4.17",
"ts-md5": "^1.3.1",
"valid-url": "^1.0.9",
"whatwg-fetch": "^3.0.0"
"valid-url": "^1.0.9"
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
Expand Down
7 changes: 7 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import autoprefixer from "autoprefixer";

export default {
plugins: [
autoprefixer
]
}
24 changes: 0 additions & 24 deletions src/lib/polyfills.ts

This file was deleted.

0 comments on commit 20d665b

Please sign in to comment.