dschewchenko / nuxt-svgicon

MIT License
6 stars 4 forks source link

Build error on windows #4

Open OldCatIt opened 5 years ago

OldCatIt commented 5 years ago

With default config the package generate as below image so I get error cause missing imported files. Please help me :(

image

I try to use the config below but no icon appear on browser.

[
      'nuxt-svgicon',
      {
        tagName: 'svg-icon', // usage: <svg-icon name="icon-name"></svg-icon>
        sourcePath: './assets/svg',
        targetPath: './assets/svg/bundle',
        subDir: './assets/svg',
      }
    ],
dschewchenko commented 5 years ago

please check new 1.2.1 version I cannot test module on Windows :(