Skip to content

Commit

Permalink
Update build.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Feb 2, 2024
1 parent d6e8f56 commit 4d3602a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ const copyConfig : esbuild.BuildOptions = {
outdir: './dist',
loader: {
'.html': 'copy',
'.svg': 'copy',
'.png': 'copy',
'.ico': 'copy',
},

entryPoints: [
'./src/**/index.html',
'./src/**/_assets/**'
]
}

Expand Down

0 comments on commit 4d3602a

Please sign in to comment.