Skip to content

Commit

Permalink
fix(build): remove reference to visualizer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 17, 2021
1 parent 89142d0 commit 3fd2201
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions config/rollup/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { eslint } from 'rollup-plugin-eslint';
import serve from 'rollup-plugin-serve';
import { terser } from 'rollup-plugin-terser';
import typescript from 'rollup-plugin-typescript2';
import visualizer from 'rollup-plugin-visualizer';

const { chunkMap } = require('./map.js');
const { plugins } = require('./project.js');
Expand Down Expand Up @@ -84,10 +83,6 @@ const bundle = {
cacheRoot: join(targetPath, 'cache', 'rts2'),
rollupCommonJSResolveHack: true,
}),
visualizer({
filename: join(rootPath, 'out', 'bundle-graph.html'),
sourcemap: true,
}),
(flag_serve ? serve({
host: '0.0.0.0',
open: true,
Expand Down
1 change: 0 additions & 1 deletion src/migration/0001618702349-ContextUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ export class ContextUser0001618702349 implements MigrationInterface {
await query.addColumn(TABLE_CONTEXT, new TableColumn(COLUMN_UID));
}
}

0 comments on commit 3fd2201

Please sign in to comment.