import config from './rollup.config.js';

config.format = 'iife';
config.dest = 'dist/js/bootstrap-material-design.iife.js';

export default config;