mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
Using web components
This commit is contained in:
7
rollup.config.js
Normal file
7
rollup.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
input: 'js/exporting.js',
|
||||
output: {
|
||||
file: 'ueblueprint.js',
|
||||
format: 'es',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user