Skip to content

Commit

Permalink
chore(deps): remove unused auto-prefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Anemy committed Aug 9, 2024
1 parent 677aa3d commit 66a7f3d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 100 deletions.
98 changes: 0 additions & 98 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,6 @@
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^2.31.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
const path = require('path');
const webpack = require('webpack');

const autoprefixer = require('autoprefixer');
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
const DuplicatePackageCheckerPlugin = require('duplicate-package-checker-webpack-plugin');
const { merge } = require('webpack-merge');
Expand Down

0 comments on commit 66a7f3d

Please sign in to comment.