// rollup-plugin-svelte-svg.cjs.js line #10 (src/index.js line #7)
const isWindows = os.platform().includes("win");
On macOS, os.platform() returns 'darwin', which includes 'win'. When macOS is wrongly identified as Windows, an error occurs, something like "[!] (plugin svg) Error: options.name must be a valid identifier (got '/Users/samch3n/my-project/static/svgs/solid/book')"
On macOS, os.platform() returns 'darwin', which includes 'win'. When macOS is wrongly identified as Windows, an error occurs, something like "[!] (plugin svg) Error: options.name must be a valid identifier (got '/Users/samch3n/my-project/static/svgs/solid/book')"