UNPKG

insight-ui-excc

Version:

An open-source frontend for the Insight API compatible with Exchangecoin. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the Exchangecoin network and build your own services with it.

16 lines (14 loc) 291 B
import babel from 'rollup-plugin-babel'; export default { entry: 'src/index.js', format: 'umd', moduleName: 'c3', plugins: [babel({ presets: [['es2015', { modules: false }]], plugins: [ 'external-helpers' ] })] };