fix external deps config

This commit is contained in:
nflnkr 2023-09-16 15:20:56 +03:00
parent 8730135e3a
commit 349cd20480
2 changed files with 3 additions and 1 deletions

@ -1,6 +1,6 @@
{
"name": "@frontend/kitui",
"version": "1.0.51",
"version": "1.0.52",
"description": "test",
"main": "./dist/index.js",
"module": "./dist/index.js",

@ -17,8 +17,10 @@ export default defineConfig({
external: [
"@emotion/react",
"@emotion/styled",
"@mui/icons-material",
"@mui/material",
"axios",
"react-router-dom",
"react",
"zustand",
],