PostCSS 8 and Webpack #1563
Unanswered
stephencweiss
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You need to ask Ember team. Seems like PostCSS inside Ember is still 7.x. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Looking at this wiki post on PostCSS 8 for end user I would expect that my configuration is correct.
The error I'm receiving is:
Build Error (CSSModules) PostCSS plugin autoprefixer requires PostCSS 8. Migration guide for end-users: https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users Stack Trace and Error Report: /var/folders/dz/43k2z2yn53g6g5wgzbx0gw8m0000gp/T/error.dump.10e76794a51ade007cf8a283023dffbc.log
My Package.json
And the Ember config:. I'm using
auto-import
so I assumed I could do a standard webpack config object.(Note:
package.json
andember-cli-build.js
are abridged to try to focus on the areas of interest)Beta Was this translation helpful? Give feedback.
All reactions