nuxt-community / svg-module

Super simple svg loading module for Nuxt.js
MIT License
338 stars 35 forks source link

fix: pass the correct context parameters to the file-loader #100

Closed yandongxu closed 1 year ago

yandongxu commented 1 year ago

File loader should get { isDev } from this.extendBuild.


@nuxtjs/svg: 0.4.0 Nuxt: 2.17.1

yandongxu commented 1 year ago

@manuelodelain Please review and publish a new version of npm package, i'm currently developmenting a project using this module.

manuelodelain commented 1 year ago

Thanks @yandongxu