mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-27 03:54:13 +03:00
7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
|
import config from './rollup.config';
|
||
|
|
||
|
config.format = 'es6';
|
||
|
config.dest = 'dist/rollup.es6.config.js';
|
||
|
|
||
|
export default config;
|