Page MenuHomeSoftware Heritage

package.json: Remove duplicated postcss configuration
ClosedPublic

Authored by anlambert on Dec 2 2020, 12:31 PM.

Details

Summary

The postcss configuration is already defined in webpack configuration so
it can be removed from the package.json file.

It was needed at some time due to a postcss configuration bug but this is
not the case anymore.

It also enables to remove disturbing stylelint warnings when compiling
with webpack.

Diff Detail

Repository
rDWAPPS Web applications
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D4644 (id=16480)

Rebasing onto bfcffb5af9...

Current branch diff-target is up to date.
Changes applied before test
commit 8822b6aa6319f3451ad4c2c4fc8915382229ec37
Author: Antoine Lambert <antoine.lambert@inria.fr>
Date:   Wed Dec 2 12:30:08 2020 +0100

    package.json: Remove duplicated postcss configuration
    
    The postcss configuration is already defined in webpack configuration so
    it can be removed from the package.json file.
    
    It was needed at some time due to a postcss configuration bug but this is
    not the case anymore.
    
    It also enables to remove disturbing stylelint warnings when compiling
    with webpack.

See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/508/ for more details.

This revision is now accepted and ready to land.Dec 2 2020, 1:18 PM