fmt
This commit is contained in:
parent
b868c7282d
commit
23e9ca9838
|
@ -53,11 +53,11 @@ export default defineConfig({
|
||||||
// plugins: [visualizer()]
|
// plugins: [visualizer()]
|
||||||
output: {
|
output: {
|
||||||
manualChunks: {
|
manualChunks: {
|
||||||
'icons': ['./src/components/_shared/Icon/Icon.tsx'],
|
icons: ['./src/components/_shared/Icon/Icon.tsx'],
|
||||||
'session': ['./src/context/session.tsx'],
|
session: ['./src/context/session.tsx'],
|
||||||
'editor': ['./src/context/editor.tsx'],
|
editor: ['./src/context/editor.tsx'],
|
||||||
'localize': ['./src/context/localize.tsx'],
|
localize: ['./src/context/localize.tsx'],
|
||||||
'connect': ['./src/context/connect.tsx']
|
connect: ['./src/context/connect.tsx']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user