2016-01-04 19:52:35 +03:00
|
|
|
import config from './rollup.config.js';
|
2015-12-30 23:38:09 +03:00
|
|
|
|
|
|
|
config.format = 'es6';
|
2015-12-31 00:51:52 +03:00
|
|
|
config.dest = 'dist/js/bootstrap-material-design.es6.js';
|
2015-12-30 23:38:09 +03:00
|
|
|
|
|
|
|
export default config;
|