Skip to content

Commit

Permalink
update terser plugin for rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed May 19, 2023
1 parent d841ad3 commit 999b5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "~15.0.2",
"@rollup/plugin-replace": "~5.0.2",
"@rollup/plugin-terser": "~0.4.3",
"@size-limit/file": "~8.2.4",
"@types/chai": "~4.3.5",
"@types/glob": "~8.1.0",
Expand Down Expand Up @@ -94,7 +95,6 @@
"puppeteer": "~20.2.1",
"rimraf": "~5.0.1",
"rollup": "~3.22.0",
"rollup-plugin-terser": "~7.0.2",
"size-limit": "~8.2.4",
"ts-node": "~10.9.1",
"ts-transformer-properties-rename": "~0.16.0",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const terser = require('rollup-plugin-terser').terser;
const nodeResolve = require('@rollup/plugin-node-resolve').default;
const replace = require('@rollup/plugin-replace');
const terser = require('@rollup/plugin-terser').default;
const packageJson = require('./package.json');

function getDevBuildMetadata() {
Expand Down

0 comments on commit 999b5c1

Please sign in to comment.