unfinished compose box
This commit is contained in:
parent
231d29a44b
commit
dacabf250c
8 changed files with 241 additions and 5 deletions
|
@ -17,6 +17,11 @@ const config = {
|
|||
}),
|
||||
version: {
|
||||
name: child_process.execSync('git rev-parse HEAD').toString().trim()
|
||||
},
|
||||
alias: {
|
||||
'@cf/ui/*': "./src/lib/ui",
|
||||
'@cf/icons/*': "./src/img/icons",
|
||||
'@cf/store/*': "./src/lib/stores"
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue