Files
ueblueprint/rollup.config.js
2021-07-25 19:52:25 +02:00

7 lines
124 B
JavaScript

export default {
input: 'js/exporting.js',
output: {
file: 'ueblueprint.js',
format: 'es',
},
};