Skip to content

Commit

Permalink
fix(rollup-plugin): replace package rollup-plugin-terser by @rollup/p…
Browse files Browse the repository at this point in the history
…lugin-terser

fix GoogleChrome#3136
  • Loading branch information
ansidev committed Jan 30, 2023
1 parent 95f97a2 commit 9265672
Show file tree
Hide file tree
Showing 7 changed files with 5,563 additions and 5,178 deletions.
2 changes: 1 addition & 1 deletion gulp-tasks/utils/rollup-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const {babel} = require('@rollup/plugin-babel');
const {nodeResolve} = require('@rollup/plugin-node-resolve');
const asyncToPromises = require('babel-plugin-transform-async-to-promises');
const replace = require('@rollup/plugin-replace');
const terserPlugin = require('rollup-plugin-terser').terser;
const terserPlugin = require('@rollup/plugin-terser');

const constants = require('./constants');
const getVersionsCDNUrl = require('./versioned-cdn-url');
Expand Down
Loading

0 comments on commit 9265672

Please sign in to comment.