-
Notifications
You must be signed in to change notification settings - Fork 973
Update aphrodite to 1.2.4 #10062
Comments
Removing milestone and marking as We should be able to consider upgrading again once #10133 is finished Please note that per semver, the ^ means any compatible version. Having |
@luixxiul actually that's not a bug with Aphrodite. It's not clear where it was added but Aphrodite checks for production env var and concatenates strings. It should be nothing for us be we still rely on legacy code that depends on className. For example in main.js we are checking matches against The fastest take to unblock next release was to freeze Aphrodite before that addition. But short term is to eliminate all class-dependent code as they're fragile and just re-use Aphrodite at latest. |
@luixxiul if you upgrade, please be sure not to use the ^ in the version 😄 (ex: prefer "1.2.3" over "^1.2.3") |
Here's a discussion if another variable should be applied to minify classname: Khan/aphrodite#246 (comment) |
Removing milestone. We can attempt this once #10551 is completed |
aphrodite was updated to https://github.com/Khan/aphrodite/blob/master/CHANGELOG.md#124 |
Test plan
#10234
See https://github.com/Khan/aphrodite/blob/master/CHANGELOG.md for changelog
The text was updated successfully, but these errors were encountered: