Skip to content

Commit

Permalink
refactor: add @rollup/plugin-terser
Browse files Browse the repository at this point in the history
  • Loading branch information
awran5 committed Dec 1, 2022
1 parent d8950c3 commit 9210063
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v5.0.5](https://github.com/awran5/react-floating-whatsapp/compare/v5.0.5...v5.0.5)
## [v5.0.7](https://github.com/awran5/react-floating-whatsapp/compare/v5.0.7...v5.0.7)

## [v5.0.7](https://github.com/awran5/react-floating-whatsapp/compare/v5.0.6...v5.0.7) - 2022-11-27

### Commits

- build: safe upgrade [`c682d6d`](https://github.com/awran5/react-floating-whatsapp/commit/c682d6d4ebe605bbfc69d4818eb1e06bb61fffb8)
- fix: notification indicator [`d6f4b3a`](https://github.com/awran5/react-floating-whatsapp/commit/d6f4b3a6711516c96c295fc826aa18fa7b8d4249)
- docs: update [`6ed9e8d`](https://github.com/awran5/react-floating-whatsapp/commit/6ed9e8d24626f8cbc5af9c837a65e15be70dc6d4)

## [v5.0.6](https://github.com/awran5/react-floating-whatsapp/compare/v5.0.5...v5.0.6) - 2022-10-20

### Commits

- animation bug on safari with ios 16 [`2a06980`](https://github.com/awran5/react-floating-whatsapp/commit/2a0698015a5c0008828c4c56b079e4073d253576)
- fix: button animation bug #14 [`651f8b9`](https://github.com/awran5/react-floating-whatsapp/commit/651f8b9088ec80eddb45be78dfad6403797118ec)
- fix: button animation bug #14 [`e644ff1`](https://github.com/awran5/react-floating-whatsapp/commit/e644ff16e04765897c6f12c65024e23a52775cfa)

## [v5.0.5](https://github.com/awran5/react-floating-whatsapp/compare/v5.0.4...v5.0.5) - 2022-10-19

Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import resolve from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
import postcss from 'rollup-plugin-postcss'
import autoprefixer from 'autoprefixer'
import terser from '@rollup/plugin-terser'
import url from '@rollup/plugin-url'

import { terser } from 'rollup-plugin-terser'
import packageJson from './package.json'

// eslint-disable-next-line import/no-anonymous-default-export
Expand Down

0 comments on commit 9210063

Please sign in to comment.