Skip to content

Commit 1fc7714

Browse files
authored
chore(deps): remove unused auto-prefixer (#771)
1 parent 677aa3d commit 1fc7714

File tree

3 files changed

+0
-100
lines changed

3 files changed

+0
-100
lines changed

package-lock.json

Lines changed: 0 additions & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,6 @@
11401140
"@vscode/test-electron": "^2.4.1",
11411141
"@vscode/vsce": "^2.31.1",
11421142
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
1143-
"autoprefixer": "^10.4.20",
11441143
"buffer": "^6.0.3",
11451144
"chai": "^4.5.0",
11461145
"chai-as-promised": "^7.1.2",

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
const path = require('path');
33
const webpack = require('webpack');
44

5-
const autoprefixer = require('autoprefixer');
65
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
76
const DuplicatePackageCheckerPlugin = require('duplicate-package-checker-webpack-plugin');
87
const { merge } = require('webpack-merge');

0 commit comments

Comments
 (0)