Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 4, 2022
1 parent 5259b80 commit 402c13a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/unocss/build.config.ts
Expand Up @@ -18,6 +18,8 @@ export default defineBuildConfig({
declaration: true,
externals: [
'vite',
'webpack',
'@unocss/webpack',
],
rollup: {
emitCJS: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/unocss/src/webpack.ts
Expand Up @@ -14,5 +14,5 @@ export default function UnocssWebpackPlugin<Theme extends {}>(
presetUno(),
],
},
)
) as any
}

0 comments on commit 402c13a

Please sign in to comment.