mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
export default {
|
|
input: 'js/exporting.js',
|
|
output: {
|
|
file: 'ueblueprint.js',
|
|
format: 'es',
|
|
},
|
|
}; |