Skip to content

Commit

Permalink
chore: update rollup.config
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail9k committed Apr 2, 2024
1 parent 603d7a9 commit c0957ec
Show file tree
Hide file tree
Showing 2 changed files with 1,573 additions and 1,080 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import css from 'rollup-plugin-css-only'
import typescript from 'rollup-plugin-typescript2'
import del from 'rollup-plugin-delete'
import dts from 'rollup-plugin-dts'
import { typescriptPaths } from 'rollup-plugin-typescript-paths'
import typescript from 'rollup-plugin-typescript2'

import pkg from './package.json'
import pkg from './package.json' assert { type: 'json' }

const banner = `/**
* Vue 3 Carousel ${pkg.version}
Expand Down
Loading

0 comments on commit c0957ec

Please sign in to comment.