Skip to content

Commit

Permalink
feat: update terser plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsn committed Jun 8, 2023
1 parent a75537e commit 76a8614
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@commitlint/config-conventional": "^17.6.5",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.2",
"@types/lodash-es": "^4.17.7",
Expand Down
44 changes: 42 additions & 2 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion rollup.config.prod.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { terser } from 'rollup-plugin-terser';
import terser from '@rollup/plugin-terser';

import config from './rollup.config';

Expand Down

1 comment on commit 76a8614

@vercel
Copy link

@vercel vercel bot commented on 76a8614 Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

utils – ./

utils-nmsn.vercel.app
utils-git-main-nmsn.vercel.app
nmsn-utils.vercel.app

Please sign in to comment.