We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6334ef commit c5e0748Copy full SHA for c5e0748
packages/tailwindcss-language-service/scripts/build.mjs
@@ -5,7 +5,7 @@ import minimist from 'minimist'
5
import { nodeExternalsPlugin } from 'esbuild-node-externals'
6
import { fileURLToPath } from 'node:url'
7
8
-const __dirname = fileURLToPath(import.meta.url)
+const __dirname = path.dirname(fileURLToPath(import.meta.url))
9
10
const args = minimist(process.argv.slice(2), {
11
boolean: ['watch', 'minify'],
0 commit comments