Skip to content

Commit df30b06

Browse files
committed
fix: WIP attempt to fix path resolution for windows
1 parent 077bd47 commit df30b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export default createPlugin.withOptions(
5555
`@phosphor-icons/core/assets/${weight}/${name}${weight === 'regular' ? '' : `-${weight}`}.svg`,
5656
import.meta.url,
5757
).replace('file://', '');
58+
console.log(filepath);
5859

5960
if (fs.existsSync(filepath)) {
6061
const svgStr = fs.readFileSync(filepath, { encoding: 'base64' });

0 commit comments

Comments
 (0)