Skip to content

Commit

Permalink
fix(pkg): enable declaration for for and webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 21, 2021
1 parent 5a97678 commit 718a796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxi/build.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineBuildConfig } from 'unbuild'

export default defineBuildConfig({
declaration: false,
declaration: true,
inlineDependencies: true,
entries: [
'src/index'
Expand Down

0 comments on commit 718a796

Please sign in to comment.