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", "name": "@frontend/kitui",
"version": "1.0.51", "version": "1.0.52",
"description": "test", "description": "test",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",

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