mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-27 03:54:13 +03:00
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
|
import babel from 'rollup-plugin-babel';
|
||
|
|
||
|
export default {
|
||
|
entry: 'js/src/index.js',
|
||
|
plugins: [babel()]
|
||
|
};
|