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

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

export default config;