nuxt-modules / svg-sprite

Optimize SVG files and combine them into sprite
https://codesandbox.io/s/github/nuxt-community/svg-sprite-module/
MIT License
295 stars 41 forks source link

chore: bump siroc to solve externals issue #245

Closed mrazauskas closed 2 years ago

mrazauskas commented 3 years ago

Siroc was improved recently and now it handles dependency externals much better.

Because of that, siroc.config.ts is not necessary in this library anymore.

codecov[bot] commented 3 years ago

Codecov Report

Merging #245 (5042eaa) into master (ae844ec) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #245   +/-   ##
=======================================
  Coverage   73.23%   73.23%           
=======================================
  Files           5        5           
  Lines         269      269           
  Branches       45       45           
=======================================
  Hits          197      197           
  Misses         72       72           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ae844ec...5042eaa. Read the comment docs.

danielroe commented 2 years ago

@mrazauskas Do we still need this?