You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were seeing
Invalid options object. PostCSS Loader has been initialized using an options object that does not match the API schema.
options has an unknown property 'config'. These properties are valid:
object { postcssOptions?, execute?, sourceMap? }
This patch seems to fix it
rails/webpacker#2784 at least until we can
upgrade properly.
0 commit comments