Skip to content

Commit

Permalink
fix(build): add plugins dir
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 10, 2021
1 parent f3f40dd commit 3d2a5fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export default {
'./src/index',
{ input: './src/components/', outDir: 'dist/components' },
{ input: './src/presets/', outDir: 'dist/presets' },
{ input: './src/plugins/', outDir: 'dist/plugins' },
{ input: './src/utils/', outDir: 'dist/utils' },
{ input: './src/css/', outDir: 'dist/css' }
],
Expand Down

1 comment on commit 3d2a5fe

@vercel
Copy link

@vercel vercel bot commented on 3d2a5fe Dec 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.