zhaoshengjun / webpack-config

CLI tool to generate webpack.config.js
37 stars 1 forks source link

PostCSS error #6

Open imkven opened 6 years ago

imkven commented 6 years ago

I getting an error by using PostCSS. Do you know why this happens?

ERROR in ./~/css-loader!./~/postcss-loader/lib!./src/style.css
Module build failed: Error: No PostCSS Config found in: /Users/kvenho/Documents/project-test/src
    at /Users/kvenho/Documents/project-test/node_modules/postcss-load-config/index.js:51:26
 @ ./src/style.css 4:14-118 13:2-17:4 14:20-124
BrianTatum commented 6 years ago

I just tried this as well and I am getting the same error message.

AndrewBogdanovTSS commented 6 years ago

Same error for me