Skip to content

Commit

Permalink
Resolves #1985
Browse files Browse the repository at this point in the history
This commit fixes the CJS deprication warning

Signed-off-by: shivam <shivammadlani5@gmail.com>
  • Loading branch information
ShivamMadlani committed Nov 22, 2023
1 parent 0131080 commit 5559770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"private": true,
"name": "jaeger-ui",
"version": "1.35.0",
"type": "module",
"main": "src/index.tsx",
"license": "Apache-2.0",
"homepage": ".",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { PluginOption, defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import legacy from '@vitejs/plugin-legacy';
import vitePluginImp from 'vite-plugin-imp';
import {visualizer} from 'rollup-plugin-visualizer';
import { visualizer } from 'rollup-plugin-visualizer';

const proxyConfig = {
target: 'http://localhost:16686',
Expand Down

0 comments on commit 5559770

Please sign in to comment.