File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import getVariants from './getVariants'
12
12
import resolveConfig from './resolveConfig'
13
13
import * as util from 'util'
14
14
import * as path from 'path'
15
+ import * as fs from 'fs'
15
16
import { getUtilityConfigMap } from './getUtilityConfigMap'
16
17
import glob from 'fast-glob'
17
18
import normalizePath from 'normalize-path'
@@ -79,7 +80,7 @@ export default async function getClassNames(
79
80
: [ 'options' , 'separator' ]
80
81
let userSeperator
81
82
let userPurge
82
- let hook = Hook ( configPath , ( exports ) => {
83
+ let hook = Hook ( fs . realpathSync ( configPath ) , ( exports ) => {
83
84
userSeperator = dlv ( exports , sepLocation )
84
85
userPurge = exports . purge
85
86
dset ( exports , sepLocation , '__TAILWIND_SEPARATOR__' )
You can’t perform that action at this time.
0 commit comments