5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
import config from '../../utils/rollup.config.js';
|
|
export default [
|
|
...config,
|
|
];
|