UNPKG

stencil-inline-svg

Version:

A Stenciljs plugin to insert inline SVGs into components

21 lines (17 loc) 240 B
import pkg from './package.json'; export default { input: 'dist/index.js', external: [ 'path', ], output: [ { format: 'cjs', file: pkg.main }, { format: 'es', file: pkg.module } ] };