feat: add lib output (#128) · unplugin/unplugin-vue2-script-setup@f60f671 · GitHub
Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit f60f671

Browse files
authored
feat: add lib output (#128)
1 parent 3cd6ae8 commit f60f671

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const entries = [
1414
'src/rollup.ts',
1515
'src/esbuild.ts',
1616
'src/nuxt.ts',
17+
'src/lib.ts',
1718
]
1819

1920
const dtsEntries = [

src/lib.ts

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)