Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcetinkaya committed Jun 26, 2020
1 parent de05565 commit e55376a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import typescript from 'rollup-plugin-typescript2'
import resolve from '@rollup/plugin-node-resolve'
import { terser } from 'rollup-plugin-terser'
import localTypescript from 'typescript'
import packageJson from './package.json'

const DEFAULT_FORMAT = 'esm'

Expand Down Expand Up @@ -54,7 +53,7 @@ export default [
format: 'umd',
name: 'EmblaCarousel',
strict: true,
file: packageJson.main,
file: 'lib/embla-carousel.js',
sourcemap: true,
},
],
Expand Down

0 comments on commit e55376a

Please sign in to comment.