rollup-plugin-lit-html-svg
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

rollup-plugin-lit-html-svg

Published on npm

usage

This module transforms css to a es6 template, you might need to transpile theplugin result.

// rollup.config.js
import symbol from 'rollup-plugin-html-svg';
import babel from "rollup-plugin-babel";
 
export const config = {
 plugins: [
  symbol()
  babel({
   extensions = [".js", ".svg"]
  })
 ];
}
export default config;

Package Sidebar

Install

npm i rollup-plugin-lit-html-svg

Weekly Downloads

22

Version

0.3.3

License

ISC

Unpacked Size

4.86 kB

Total Files

9

Last publish

Collaborators

  • _odin_