Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Nov 8, 2024
1 parent 1951605 commit b12bc79
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,7 @@ export default defineConfig(({ mode }) => {
plugins: [
// copy assets into dist
copy({
targets: [
{
src: "src/assets/scss",
dest: ".",
},
],
targets: [{ src: "src/assets/scss", dest: "." }],
}),
// adds a banner to every generated dist file
banner(generate(pkg.version)),
Expand Down

0 comments on commit b12bc79

Please sign in to comment.