We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@tailwindcss/node
1 parent 3c937ec commit 9f63f25Copy full SHA for 9f63f25
packages/@tailwindcss-cli/src/commands/build/index.ts
@@ -1,11 +1,10 @@
1
import watcher from '@parcel/watcher'
2
-import { compile, env, Instrumentation } from '@tailwindcss/node'
+import { compile, env, Instrumentation, optimize } from '@tailwindcss/node'
3
import { clearRequireCache } from '@tailwindcss/node/require-cache'
4
import { Scanner, type ChangedContent } from '@tailwindcss/oxide'
5
import { existsSync, type Stats } from 'node:fs'
6
import fs from 'node:fs/promises'
7
import path from 'node:path'
8
-import { optimize } from '../../../../@tailwindcss-node/src'
9
import type { Arg, Result } from '../../utils/args'
10
import { Disposables } from '../../utils/disposables'
11
import {
0 commit comments