Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Docs: Correct the order of loaders in postcss-loader example #1076

Merged
merged 1 commit into from
Sep 6, 2018
Merged

Docs: Correct the order of loaders in postcss-loader example #1076

merged 1 commit into from
Sep 6, 2018

Commits on Sep 5, 2018

  1. Docs: Correct the order of loaders in postcss-loader example

    Since `postcss-loader` must be applied *after* `sass-loader` (and
    before `css-loader`) according to:
    https://github.com/postcss/postcss-loader#config-cascade
    
    ...whereas previously it was being applied *before* `sass-loader`,
    since webpack applies loaders in the order of "last to first".
    
    See:
    #1066 (comment)
    edmorley committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    db56d57 View commit details
    Browse the repository at this point in the history