UNPKG

stratumn-sdk

Version:
10 lines (6 loc) 214 B
import config from './rollup.base.config'; var pkg = require('./package.json'); var external = Object.keys(pkg.dependencies); config.external = external; config.dest = pkg['jsnext:main']; export default config;