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'
1212import resolveConfig from './resolveConfig'
1313import * as util from 'util'
1414import * as path from 'path'
15+ import * as fs from 'fs'
1516import { getUtilityConfigMap } from './getUtilityConfigMap'
1617import glob from 'fast-glob'
1718import normalizePath from 'normalize-path'
@@ -79,7 +80,7 @@ export default async function getClassNames(
7980 : [ 'options' , 'separator' ]
8081 let userSeperator
8182 let userPurge
82- let hook = Hook ( configPath , ( exports ) => {
83+ let hook = Hook ( fs . realpathSync ( configPath ) , ( exports ) => {
8384 userSeperator = dlv ( exports , sepLocation )
8485 userPurge = exports . purge
8586 dset ( exports , sepLocation , '__TAILWIND_SEPARATOR__' )
You can’t perform that action at this time.
0 commit comments