Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 240 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 240 Bytes

@inabagumi/next-svg

SVG plugin for Next.js.

Usage

// next.config.js
const withSvg = require('@inabagumi/next-svg');

module.exports = withSvg({
  svgrOptions: {
    svgo: false
  }
})

License

MIT