Skip to content

Commit 6e72760

Browse files
committed
build(deps): remove rollup-plugin-terser, replace with @rollup/plugin-terser
Removing deprecated rollup-plugin-terser package. Replaced with @rollup/plugin-terser
1 parent 7d634ae commit 6e72760

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

package-lock.json

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"devDependencies": {
2929
"@rollup/plugin-commonjs": "^18.0.0",
3030
"@rollup/plugin-node-resolve": "^11.2.1",
31+
"@rollup/plugin-terser": "^0.4.4",
3132
"@rollup/plugin-typescript": "^8.2.1",
3233
"@types/node": "^14.14.37",
3334
"obsidian": "^1.0.0",

0 commit comments

Comments
 (0)