We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9adeb0c commit c02387bCopy full SHA for c02387b
vite.config.ts
@@ -52,15 +52,6 @@ export default defineConfig(({ mode }) => {
52
__PLAYGROUND_VUE_COVERAGE_EXISTS__: fs.existsSync(
53
resolve("./public/coverage/index.html")
54
),
55
- // HACK: Don't let tailwindcss/colors use process.env (since it's
56
- // node-only).
57
- //
58
- // See https://github.com/tailwindlabs/tailwindcss/blob/fc25299aa64c78e2e1863aff80a27d17c1bc1584/src/util/log.js#L6
59
60
- // A value that is not undefined here silences the deprecation logs,
61
- // since the get() method is overridden for those colors.
62
- "process.env.JEST_WORKER_ID":
63
- mode === "development" ? "'some-defined-value'" : undefined,
64
},
65
resolve: {
66
alias: {
0 commit comments