Introduce "Extension info" screen
This commit is contained in:
@@ -13,6 +13,7 @@ import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react-swc';
|
||||
import viteTsconfigPaths from 'vite-tsconfig-paths';
|
||||
import legacy from '@vitejs/plugin-legacy';
|
||||
import { nodePolyfills } from 'vite-plugin-node-polyfills';
|
||||
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default defineConfig(() => ({
|
||||
@@ -42,5 +43,8 @@ export default defineConfig(() => ({
|
||||
'es/object/group-by',
|
||||
],
|
||||
}),
|
||||
nodePolyfills({
|
||||
include: ['assert'],
|
||||
}),
|
||||
],
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user