Skip to content

Commit 5559770

Browse files
committed
Resolves #1985
This commit fixes the CJS deprication warning Signed-off-by: shivam <[email protected]>
1 parent 0131080 commit 5559770

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/jaeger-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"private": true,
33
"name": "jaeger-ui",
44
"version": "1.35.0",
5+
"type": "module",
56
"main": "src/index.tsx",
67
"license": "Apache-2.0",
78
"homepage": ".",

packages/jaeger-ui/vite.config.mts renamed to packages/jaeger-ui/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { PluginOption, defineConfig } from 'vite';
1717
import react from '@vitejs/plugin-react';
1818
import legacy from '@vitejs/plugin-legacy';
1919
import vitePluginImp from 'vite-plugin-imp';
20-
import {visualizer} from 'rollup-plugin-visualizer';
20+
import { visualizer } from 'rollup-plugin-visualizer';
2121

2222
const proxyConfig = {
2323
target: 'http://localhost:16686',

0 commit comments

Comments
 (0)