Skip to content

Commit

Permalink
remove md files from build
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoalzate authored and mjadach-iv committed Nov 8, 2023
1 parent 8c5ead6 commit 118e28b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ export default defineConfig({
clean: true,
dts: true,
bundle: false,
entry: ['src', '!src/**/*.spec.*', "!src/**/*.sh", "!src/**/*.yml"],
entry: [
'src',
'!src/**/*.spec.*',
'!src/**/*.sh',
'!src/**/*.md',
'!src/**/*.yml'
],
target: 'es2015',
outDir: 'dist'
});

0 comments on commit 118e28b

Please sign in to comment.