UNPKG

riot-test-utils

Version:
21 lines (19 loc) 370 B
import baseConfig from './rollup.config.js'; export default Object.assign( {}, baseConfig, { external: [ 'riot', // "riot-shallowize", "simulate-event" and "lodash/*" are bundled ], output: { file: 'dist/index.umd.js', format: 'umd', name: 'RiotTestUtils', globals: { 'riot': 'riot', }, } }, );