Jeff Jewiss
Jeff Jewiss
Is it possible to set the plugins for cssnano to an empty array? ```js filter: { enabled: true, plugins: [ { module: require('autoprefixer') }, { module: require('cssnano'), options: { plugins:...
Glad to hear that fixed it. I think it's because we're merging the options recursively, but I'm not sure when I'll have a chance to work on a fix.
@gitKrystan thanks for sharing a working config. I'm going to close this out since that config should solve the issue.
Hi, thanks for reporting this! I'll need to look into this a bit further. My initial guess is that ember-cli works a bit differently when importing addon styles, since the...
Thanks for setting that up. I'll take a look at the repo, likely this week, but I'm not sure when I'll have time to go through it properly yet. Supporting...
@adc-mhaugen were you able to get this working with your addon or are you still seeing the same issue? Thanks!
Closing due to inactivity. Please let me know if this is still an issue and it can be reopened.
@davearel thanks for reporting this. Are you able to share your application or its setup? I'd like to try and figure out if this is related to `ember-cli-postcss`, but haven't...
I'll reopen this and try to look into it. While I can confirm that the linked repo doesn't build, the config doesn't match what `ember-component-css` expects. With some changes the...
Hey @Windvis, I found with a recent update to `ember-cli` it changed how the tmp directories work. I've had to add `{ path: ['node_modules'] }` to the options of `postcss-import`...