Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit d3bcc25

Browse files
committed
Remove terser. Prod bundles should be minified by the consumer
1 parent b68ad83 commit d3bcc25

File tree

3 files changed

+0
-66
lines changed

3 files changed

+0
-66
lines changed

packages/optimizely-sdk/package-lock.json

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

packages/optimizely-sdk/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
"nock": "^7.7.2",
7272
"promise-polyfill": "8.1.0",
7373
"rollup": "^2.3.2",
74-
"rollup-plugin-terser": "^5.3.0",
7574
"rollup-plugin-visualizer": "^4.0.3",
7675
"sinon": "^2.3.1",
7776
"webpack": "^4.42.1",

packages/optimizely-sdk/rollup.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import path from 'path';
22
import alias from '@rollup/plugin-alias';
33
import commonjs from '@rollup/plugin-commonjs'
44
import resolve from '@rollup/plugin-node-resolve'
5-
import { terser } from "rollup-plugin-terser";
65
import visualizer from 'rollup-plugin-visualizer';
76

87
export default [
@@ -39,7 +38,6 @@ export default [
3938
]}),
4039
commonjs(),
4140
resolve({ browser: true }),
42-
terser(),
4341
visualizer({ filename: 'stats.production.html', sourcemap: true }),
4442
]
4543
}

0 commit comments

Comments
 (0)