webpack-contrib / postcss-loader

PostCSS loader for webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module build failed: SyntaxError

Talent30 opened this issue · comments

  • Operating System: Alpine Linux
  • Node Version: 12.18
  • NPM Version: 6.14.6
  • webpack Version: 5.11.1
  • postcss-loader Version: 4.1.0

Expected Behavior

DevServer should successfully recompile.

Actual Behavior

Start DevServer
DevServer

Save any src file to trigger recompilation
Error

Code

Webpack config

How Do We Reproduce?

You can download this project and run
npm i
npm run dev
https://github.com/Talent30/Test

After testing it is not a postcss-loader issue.