Skip to content

Commit dd37d33

Browse files
Add postcss to devDependencies
Fixes Error: Module build failed (from ../node_modules/postcss-loader/dist/cjs.js): Error: PostCSS plugin autoprefixer requires PostCSS 8.
1 parent a8865dd commit dd37d33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"lint-staged": "~10.5.0",
8484
"mini-css-extract-plugin": "~1.3.0",
8585
"path": "~0.12.7",
86+
"postcss": "~8.2.5",
8687
"postcss-loader": "~4.0.4",
8788
"prettier": "~2.1.2",
8889
"prettier-plugin-import-sort": "~0.0.6",

0 commit comments

Comments
 (0)