milestone 23 s1: stylex build integration, tokens and shared styles
This commit is contained in:
@@ -57,7 +57,16 @@ const npm_generators = [_][]const u8{ "rolldown", "tailwindcss", "vite" };
|
||||
/// This list is a claim about the build, and the build is what settles it: a
|
||||
/// name here that turns up in the recorded `web/dist` bundle fails, so a
|
||||
/// package that starts shipping cannot stay on this list quietly.
|
||||
const npm_not_shipped = [_][]const u8{ "cookie-es", "isbot", "seroval", "seroval-plugins" };
|
||||
const npm_not_shipped = [_][]const u8{
|
||||
"cookie-es",
|
||||
"isbot",
|
||||
"seroval",
|
||||
"seroval-plugins",
|
||||
"css-mediaquery",
|
||||
"invariant",
|
||||
"js-tokens",
|
||||
"loose-envify",
|
||||
};
|
||||
|
||||
/// Components the shipped artifacts contain that no dependency file mentions,
|
||||
/// so no automatic check would ever notice their disappearance from the
|
||||
|
||||
Reference in New Issue
Block a user