Version 2.2.0 and 2.2.2 break webpack build (Module build failed: TypeError: Invalid PostCSS Plugin found: [0])
See original GitHub issueHello,
On previous week you have released version 2.2.0 which breaks our webpack build. Your revert in 2.2.1 fixed our problem but today I see that you publish version 2.2.2 which again breaks build.
Exception stack trace
[04:10:19] Module build failed: TypeError: Invalid PostCSS Plugin found: [0]
[04:10:19] /.../node_modules/postcss-load-plugins/lib/plugins.js:32:17
[04:10:19] at Array.forEach (native)
[04:10:19] (/.../node_modules/postcss-load-plugins/lib/plugins.js:21:15)
[04:10:19] /.../node_modules/postcss-load-config/index.js:64:18
Versions of npm modules
postcss-load-plugins@2.3.0
[04:05:16] [Step 1/2] │ ├─┬ postcss-loader@1.2.2
[04:05:16] [Step 1/2] │ │ └─┬ postcss-load-config@1.2.0
[04:05:16] [Step 1/2] │ │ ├─┬ cosmiconfig@2.2.2
https://github.com/michael-ciniawsky/postcss-load-config/blob/master/package.json
Thanks
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:20 (1 by maintainers)
Top Results From Across the Web
webpack - Invalid PostCSS Plugin found: [0]
So now I got this error again, and wanted to confirm that the answer of Dan Cancro did the trick! ... ran yarn...
Read more >Software Packages in "sid", Subsection javascript
JavaScript utility for merging multiple objects into one. libjs-microplugin.js (0.0.3+dfsg-1.1): Lightweight plugin / dependency system for ...
Read more >Docs feedback: NPM registry documentation is not clear / wrong
I am trying to implement gitlab npm registry publish with a 2FA account. I am getting each time the 401 error via npm...
Read more >Release notes & changelog - Mender documentation
New changes in mender-convert since 2.3.0: Set mender-connect version to latest (MEN-4200); Support installing mender-configure addon. Not installed by default, ...
Read more >tailwindcss | Yarn - Package Manager
Important: This documentation covers modern versions of Yarn. For 1.x docs, see classic.yarnpkg.com. Yarn.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sudo-suhas Thanks,
The problem has gone
@pcourt, @maksimr Could you please update your postcss-loader to
1.3.3
and check again? That should fix the issue.