Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Removes the source PostCSS warnings on discarding the source maps #44

Merged
merged 1 commit into from
Apr 18, 2018
Merged

Removes the source PostCSS warnings on discarding the source maps #44

merged 1 commit into from
Apr 18, 2018

Conversation

phoulgaux
Copy link

The problem that is solved here is the following:

  1. When options.sourceMap == false is set for postcss-loader, there is a warning about discarding source maps from sass-loader.
  2. CircleCI has CI=true, which makes build scripts treat warnings as errors and those PostCSS warnings break the build.
  3. The current config discards the source maps in any case so I disabled generating them in the first place.

@papermana papermana merged commit 98d3959 into netguru:master Apr 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants