wix / stylable

Stylable - CSS for components
https://stylable.io
MIT License
1.26k stars 62 forks source link

fix: webpack manifest issues #2877

Closed idoros closed 1 year ago

idoros commented 1 year ago

This PR fix 2 issues:

  1. stylesheets with the same content would get the same hash and override each other
    • add path to the hash
  2. the generated index imports order might change because of the module order resulted from Webpack. Although the index is valid, it's prefered to have a consistent output
    • sort modules by path