mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
fix(build): include components
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export default {
|
||||
entries: [
|
||||
'./src/index'
|
||||
'./src/index',
|
||||
{ input: './src/components/', outDir: 'dist/components', ext: 'js' }
|
||||
],
|
||||
declaration: true,
|
||||
externals: [
|
||||
|
||||
Reference in New Issue
Block a user