Skip to content

Commit

Permalink
fix(#3296): append css wrong paths on windows (#3357)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Apr 21, 2023
1 parent 934dfd7 commit 890cfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/build/plugins/append-component-css.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { existsSync } from 'fs'
import { extname, dirname, basename, relative, resolve } from 'path'
import { extname, dirname, basename, relative, resolve } from 'pathe'
import { createDistTransformPlugin } from './fabrics/create-dist-transform-plugin'

const parsePath = (path: string) => {
Expand Down

0 comments on commit 890cfa3

Please sign in to comment.