Skip to content

Commit 7efea8f

Browse files
committed
switch from rollup-plugin-terser to @rollup/plugin-terser
1 parent c972de0 commit 7efea8f

File tree

3 files changed

+60
-97
lines changed

3 files changed

+60
-97
lines changed

package-lock.json

+58-95
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"devDependencies": {
2020
"@rollup/plugin-json": "^6.0.0",
2121
"@rollup/plugin-node-resolve": "^15.0.1",
22+
"@rollup/plugin-terser": "^0.3.0",
2223
"chai": "4.3.7",
2324
"chokidar-cli": "^3.0.0",
2425
"gh-release": "^7.0.1",
@@ -40,7 +41,6 @@
4041
"mocha": "^10.2.0",
4142
"npm-run-all": "^4.1.5",
4243
"rollup": "^2.79.1",
43-
"rollup-plugin-terser": "^7.0.2",
4444
"semistandard": "^14.2.3",
4545
"sinon": "^15.0.1",
4646
"sinon-chai": "3.7.0",

profiles/production.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { terser } from 'rollup-plugin-terser';
1+
import terser from '@rollup/plugin-terser';
22
import config from './base.js';
33

44
config.output.file = 'dist/esri-leaflet.js';

0 commit comments

Comments
 (0)