Skip to content

Commit

Permalink
Switch from rollup-plugin-terser to @rollup/plugin-terser
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and kewisch committed May 22, 2024
1 parent 43ac67d commit d669030
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 78 deletions.
115 changes: 39 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@eslint/js": "^9.0.0",
"@octokit/core": "^6.0.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@stylistic/eslint-plugin": "^2.1.0",
"benchmark": "^2.1.4",
"c8": "^9.1.0",
Expand All @@ -41,7 +42,6 @@
"karma-spec-reporter": "^0.0.36",
"mocha": "^10.3.0",
"node-fetch": "^3.3.2",
"rollup-plugin-terser": "^7.0.2",
"yauzl-promise": "^4.0.0"
},
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { babel } from '@rollup/plugin-babel';
import { terser } from 'rollup-plugin-terser';
import terser from '@rollup/plugin-terser';

const LICENSE =
`/* This Source Code Form is subject to the terms of the Mozilla Public
Expand Down

0 comments on commit d669030

Please sign in to comment.