Skip to content

Commit

Permalink
remove unnecessary rollup plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Sep 22, 2023
1 parent 0f18103 commit 01c6705
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ const rollupOptions = defineConfig({
sourcemap: 'inline',
},
plugins: [
copy({
targets: [
{ src: './README.md', dest: './' },
{ src: './LICENSE', dest: './' },
],
}),
ts({
cwd: '.',
transpiler: 'swc',
Expand Down

0 comments on commit 01c6705

Please sign in to comment.