mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-26 19:44:07 +03:00
9 lines
177 B
JavaScript
9 lines
177 B
JavaScript
|
|
||
|
import config from './rollup.config';
|
||
|
|
||
|
config.format = 'umd';
|
||
|
config.dest = 'dist/rollup.umd.config.js';
|
||
|
config.moduleName = 'bootstrapMaterialDesign';
|
||
|
|
||
|
export default config;
|