Skip to content

Commit

Permalink
fix(build): include components
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 16, 2021
1 parent 012815c commit c30041f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default {
entries: [
'./src/index'
'./src/index',
{ input: './src/components/', outDir: 'dist/components', ext: 'js' }
],
declaration: true,
externals: [
Expand Down

0 comments on commit c30041f

Please sign in to comment.