Victor Lin
Victor Lin
Another vote for this issue - we have a frontend monorepo which makes heavy use of extended tsconfigs. We also use custom module resolution, which ought to work via tsconfig...
Updated the report to highlight why this is broken for both chunkhash and contenthash.
@orta > There is a dropdown to update snapshots in the editor when that text is detected. It looks like that's implemented by the regex here: https://github.com/jest-community/vscode-jest/blob/4f7359acc72f3459738d068dfcfc7f9dcbee1504/src/JestExt/process-listeners.ts#L141 However, the text...
@TaeKimJR @lencioni Some thoughts on static build: 1. Ordering of selectors within the same `css` call. I think this is a self-resolving problem specific to aphrodite. If you were writing...
I'm not sure how to handle direction here. Maybe we should generate for both? But I'm afraid that will result in a lot of redundant styles.
> Perhaps instead of an env var, this could be done with React context? @ljharb My goal was to have the styles generated as soon as the withStyles block is...
It's more that ```css .foo { padding-top: var(--padding-top); padding-bottom: var(--padding-bottom); padding-left: var(--padding-left); padding-right: var(--padding-right); } ``` cannot be safely merged into ```css .foo { padding: var(--padding-top) var(--padding-right) var(--padding-bottom) var(--padding-left); }...
@layershifter is this project still alive?