Static GitHub Issues

[3244] Solve emergency problem from postcss-loader

prev: Test CSB
next: update nuxt-start package in npm

Version

v1.4.0

Reproduction link

https://github.com/postcss/postcss-loader/issues/348

Steps to reproduce

postcss-loader(2.1.2) is throwing many errors of the form:

ERROR in ./node_modules/css-loader??ref--2-2!./node_modules/postcss-loader/lib??ref--2-3!./node_modules/sass-loader/lib/loader.js??ref--2-4!./src/components/example.scss
    Module build failed: ValidationError: PostCSS Loader Invalid Options    
    options['path'] is an invalid additional property

What is expected ?

no error throw

What is actually happening?

throw error

Additional comments?

More info see:

https://github.com/postcss/postcss-loader/issues/348

https://github.com/postcss/postcss-loader/issues/347

the bug is fixed via:

https://github.com/postcss/postcss-loader/pull/346

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c6934">#c6934</a>)</em></sub></div>