We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077bd47 commit df30b06Copy full SHA for df30b06
src/plugin.js
@@ -55,6 +55,7 @@ export default createPlugin.withOptions(
55
`@phosphor-icons/core/assets/${weight}/${name}${weight === 'regular' ? '' : `-${weight}`}.svg`,
56
import.meta.url,
57
).replace('file://', '');
58
+ console.log(filepath);
59
60
if (fs.existsSync(filepath)) {
61
const svgStr = fs.readFileSync(filepath, { encoding: 'base64' });
0 commit comments