UNPKG

@skhemata/skhemata-testimonial

Version:

Skhemata Testimonial Web Component. This web component provides website customer testimonial functionality.

16 lines (14 loc) 281 B
import resolve from 'rollup-plugin-node-resolve'; import babel from 'rollup-plugin-babel'; export default { input: ['./dist/src/SkhemataTestimonial.js'], output: { file: './build/index.js', format: 'es', sourcemap: true }, plugins: [ resolve(), babel() ] };