Skip to content

Commit

Permalink
chore(cli): do not pretty minify
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 14, 2020
1 parent 7875e27 commit c378575
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/bundles/cli.ts
Expand Up @@ -8,7 +8,6 @@ import { replacePlugin } from './plugins/replace-plugin';
import { relativePathPlugin } from './plugins/relative-path-plugin';
import { BuildOptions } from '../utils/options';
import { RollupOptions, OutputOptions } from 'rollup';
import { prettyMinifyPlugin } from './plugins/pretty-minify';
import { writePkgJson } from '../utils/write-pkg-json';

export async function cli(opts: BuildOptions) {
Expand Down Expand Up @@ -60,7 +59,6 @@ export async function cli(opts: BuildOptions) {
preferConst: true,
}),
replacePlugin(opts),
prettyMinifyPlugin(opts),
],
treeshake: {
moduleSideEffects: false,
Expand Down

0 comments on commit c378575

Please sign in to comment.