Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

feat: add support for filter by chunk files names #37

Merged
merged 2 commits into from Jul 2, 2019

Conversation

yisraelx
Copy link
Contributor

add option to include and exclude chunk files.

terser({
  include: [ 'some*', 'foo.js' ],
  exclude: /other.*/
})

README.md Outdated Show resolved Hide resolved
index.js Outdated Show resolved Hide resolved
@TrySound TrySound merged commit cee12af into TrySound:master Jul 2, 2019
@TrySound
Copy link
Owner

TrySound commented Jul 2, 2019

Thanks!

@yisraelx yisraelx deleted the feat-chunk-name-filter branch July 3, 2019 08:10
github-actions bot pushed a commit to DuCanhGH/rollup-plugin-terser that referenced this pull request Oct 6, 2022
# 1.0.0 (2022-10-06)

### Bug Fixes

* **types:** remove invalid `sourcemap` option ([TrySound#87](https://github.com/DuCanhGH/rollup-plugin-terser/issues/87)) ([4ec782d](4ec782d))

### Features

* add support for filter by chunk files names ([TrySound#37](https://github.com/DuCanhGH/rollup-plugin-terser/issues/37)) ([cee12af](cee12af))
* add typescript declaration file ([TrySound#38](https://github.com/DuCanhGH/rollup-plugin-terser/issues/38)) ([d1d5a61](d1d5a61))
* first release ([6fb4945](6fb4945))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants