Skip to content

Commit

Permalink
update tsup config
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Mar 24, 2024
1 parent 8258e44 commit 776d0c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.3.1 [#](https://github.com/idleberg/vscode-nsis/releases/tag/v4.3.1)

- fix tsup config

# 4.3.0 [#](https://github.com/idleberg/vscode-nsis/releases/tag/v4.3.0)

- add basic custom highlighter for makensis output
Expand Down
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
external: ['vscode'],
format: 'cjs',
minify: true,
noExternal: ['makensis', 'micromatch', 'open', 'vscode-get-config', 'which'],
noExternal: ['@nsis/nlf', 'makensis', 'micromatch', 'open', 'vscode-get-config', 'which'],
target: 'es2020',
outDir: 'lib',
});

0 comments on commit 776d0c3

Please sign in to comment.