import config from './rollup.config';
config.format = 'es6';
config.dest = 'dist/js/bootstrap-material-design.es6.js';
export default config;