For a Remix app, should @vanilla-extract/css be a dependency or devDependency? #1358
-
|
For a Remix app, should @vanilla-extract/css be a dependency or devDependency? Sources of confusion:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I think most/all bundlers are smart enough to realize that |
Beta Was this translation helpful? Give feedback.
I think most/all bundlers are smart enough to realize that
@vanilla-extract/cssisn't used at runtime, so in practice it doesn't really matter. However, the package is ultimately used at build time, so for consistency's sake it should be classified as adevDependency.